OBJECT

MentionList

link GraphQL Schema definition

1type MentionList implements Page {
2
3offset: Int!
4
5limit: Int!
6
7count: Int
8
9records: [Mention!]
10
11}