Queries
/next_items_page
next_items_page
Get next pages of board's items (rows) by cursor.
Arguments
cursorString!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.limitInt!RequiredDefaults: 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