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