PageInfo
Information about pagination in a connection.Object Type
Fields
| Field | Type | Description |
|---|---|---|
| endCursor | String | When paginating forwards, the cursor to continue. |
| hasNextPage required | Boolean! | When paginating forwards, are there more items? |
| hasPreviousPage required | Boolean! | When paginating backwards, are there more items? |
| startCursor | String | When paginating backwards, the cursor to continue. |
