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