OBJECT

Chatter

User info about the chatter.

link GraphQL Schema definition

1type Chatter {
2
3# User login of the chatter.
4login: String!
5
6}