PageInfo
Provides page information when paginating
type PageInfo {
page: Int!
pageSize: Int!
total: Int!
}
Fields
PageInfo.page ● Int! non-null scalar
The current page, starting at 0
PageInfo.pageSize ● Int! non-null scalar
The number of items per page
PageInfo.total ● Int! non-null scalar
The total number of items matching any filters
Member Of
CollectionPage object ● ConversationPage object ● MessageFeedbackPage object ● MessagePage object ● MessageSourcePage object