PageInfo

Object

Information about pagination in a connection. https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo

FieldTypeDescription
endCursor

When paginating forwards, the cursor to continue.

hasNextPage
Boolean!required

When paginating forwards, are there more items?

hasPreviousPage
Boolean!required

When paginating backwards, are there more items?

startCursor

When paginating backwards, the cursor to continue.