OBJECT
CollectionMentionList
link GraphQL Schema definition
1 type CollectionMentionList implements Page { 2 3 : [CollectionMention!] 4 5 # Provide an offset to skip to a certain element in the result, for paging. 6 : Int! 7 8 # Maximum number of results that were retrieved in this query; page size 9 : Int! 10 11 # Number of records returned in this response 12 : Int! 13 14 }