Class: BackwardPaginationArgs<CursorType>
Allows backward pagination of a relay connection type
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
Implemented by​
Constructors​
constructor​
• new BackwardPaginationArgs<CursorType
>(): BackwardPaginationArgs
<CursorType
>
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
Returns​
BackwardPaginationArgs
<CursorType
>
Properties​
before​
• Optional
before: CursorType
Grabs records ending before the given cursor.
Defined in​
last​
• Optional
last: number
Grabs the last n records.