Skip to main content
Version: 8.9

Type Alias: CursorBackwardPagination

type CursorBackwardPagination = object;

Cursor-based backward pagination

Properties

before

before: StartCursor;

Use the startCursor value from the previous response to fetch the previous page of results.


limit?

optional limit?: number;

The maximum number of items to return in one request.