Skip to main content
Version: 8.9 (unreleased)

Type Alias: CursorBackwardPagination

type CursorBackwardPagination = object;

Defined in: gen/types.gen.ts:6447

Cursor-based backward pagination

Properties

before

before: StartCursor;

Defined in: gen/types.gen.ts:6451

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


limit?

optional limit: number;

Defined in: gen/types.gen.ts:6455

The maximum number of items to return in one request.