PageInfo
Pagination information.
Fieldsโ
| Name | Description |
|---|---|
| hasNextPage (Boolean!) | Indicates whether more edges exist, when paginating forwards. |
| hasPreviousPage (Boolean!) | Indicates whether more edges exist, when paginating backwards. |
| endCursor (String) | The cursor to continue when paginating forwards. |
| startCursor (String) | The cursor to continue when paginating backwards. |