Object

PageInfo

Usage Example
query {
# Use this type in your queries
someQuery {
endCursor
hasNextPage
hasPreviousPage
startCursor
}
}

Fields

endCursorString

When paginating forwards, the cursor to continue.

hasNextPageBoolean!required

When paginating forwards, are there more items?

hasPreviousPageBoolean!required

When paginating backwards, are there more items?

startCursorString

When paginating backwards, the cursor to continue.