Qualio Docs

API Documentation from the Qualio Team

PageInfo

The Relay compliant PageInfo type, containing data necessary to paginate this connection.

Fields

hasNextPage (Boolean!)

When paginating forwards, are there more items?

hasPreviousPage (Boolean!)

When paginating backwards, are there more items?

startCursor (String)

When paginating backwards, the cursor to continue.

endCursor (String)

When paginating forwards, the cursor to continue.