Type Alias: CursorForwardPagination
type CursorForwardPagination = object;
Cursor-based forward pagination
Properties
after
after: EndCursor;
Use the endCursor value from the previous response to fetch the next page of results.
limit?
optional limit?: number;
The maximum number of items to return in one request.