PaginationInput
Fieldsโ
Name | Description |
---|---|
first (Int) | Returns the first n elements. |
last (Int) | Returns the last n elements. |
before (String) | Returns the elements that come before the specified cursor. |
after (String) | Returns the elements that come after the specified cursor. |
Unsupported Input Combinationsโ
- Providing both
first
andlast
is not supported - Using
first
withbefore
is not supported - Using
last
withafter
is not supported - Using
last
withoutbefore
is not supported