query { # Use this type in your queries someQuery { endCursor hasNextPage hasPreviousPage startCursor }}
endCursor
When paginating forwards, the cursor to continue.
hasNextPage
When paginating forwards, are there more items?
hasPreviousPage
When paginating backwards, are there more items?
startCursor
When paginating backwards, the cursor to continue.