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