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
firstandlastis not supported - Using
firstwithbeforeis not supported - Using
lastwithafteris not supported - Using
lastwithoutbeforeis not supported