Magidoc

PageInfo
Object

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

Fields

#

hasNextPage

Non-null

When paginating forwards, are there more items?

hasPreviousPage

Non-null

When paginating backwards, are there more items?

startCursor

When paginating backwards, the cursor to continue.

endCursor

When paginating forwards, the cursor to continue.

Usages

#

References

#