CursorPaginationInput
Input fields for pagination using cursors, enabling the traversal through lists of items. Supports both forward and backward pagination.
Fields
first
Int
The number of items to retrieve from the start of the list.
last
Int
The number of items to retrieve from the end of the list.
after
ID
The cursor after which to start retrieving items.
before
ID
The cursor before which to start retrieving items.
Was this page helpful?