CollectionPagingInput
Options for paginating collections
input CollectionPagingInput {
page: Int
pageSize: Int
}
Fields
CollectionPagingInput.page
● Int
scalar
The page number to return, starting at 0
CollectionPagingInput.pageSize
● Int
scalar
The number of items to return per page, defaults to 10. Maximum is 50
Member Of
CollectionsQueryInput
input