OBJECT
1type MentionCommentList implements Page {23offset: Int! 45limit: Int! 67count: Int 89records: [MentionComment] 1011}