Queries
/next_items_page
next_items_page
Get next pages of board's items (rows) by cursor.
Arguments
cursor
String!
Required
An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.limit
Int!
Required
Defaults: 25
The maximum number of items to fetch in a single request. Use this to control the size of the result set and manage pagination. Maximum: 500.
Returns
ItemsResponse!
Required
Get next pages of board's items (rows) by cursor.
{ next_items_page(cursor: "example-cursor", limit: 25) { # next_items_page fields } }
Built with