Docs
Dashboard

PageInfo

Object

Information about pagination in a connection.

#

Fields


backwardCursors
[PageCursor!]!

A list of cursors to continue paginating backwards.

endCursor
String

When paginating forwards, the cursor to continue.

forwardCursors
[PageCursor!]!

A list of cursors to continue paginating forwards.

hasNextPage
Boolean!

Indicates whether more edges exist following the set defined by the clients arguments.

hasPreviousPage
Boolean!

Indicates whether more edges exist prior the set defined by the clients arguments.

startCursor
String

When paginating backwards, the cursor to continue.