OBJECT

MentionCommentList

link GraphQL Schema definition

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

link Required by