Class: ForwardPaginationArgs<CursorType>
Allows forward pagination of a Relay connection type
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
Implemented by​
Constructors​
constructor​
• new ForwardPaginationArgs<CursorType
>(): ForwardPaginationArgs
<CursorType
>
Type parameters​
Name | Type |
---|---|
CursorType | extends Cursor = Cursor |
Returns​
ForwardPaginationArgs
<CursorType
>
Properties​
after​
• Optional
after: CursorType
Grabs records starting from after the given cursor.
Defined in​
first​
• Optional
first: number
Grabs the first n records.