Skip to main content

Class: ForwardPaginationArgs<CursorType>

Allows forward pagination of a Relay connection type

Type parameters​

NameType
CursorTypeextends Cursor = Cursor

Implemented by​

Constructors​

constructor​

• new ForwardPaginationArgs<CursorType>(): ForwardPaginationArgs<CursorType>

Type parameters​

NameType
CursorTypeextends Cursor = Cursor

Returns​

ForwardPaginationArgs<CursorType>

Properties​

after​

• Optional after: CursorType

Grabs records starting from after the given cursor.

Defined in​

index.ts:18


first​

• Optional first: number

Grabs the first n records.

Defined in​

index.ts:27