Skip to main content

PageInfo

No description

type PageInfo {  hasNextPage: Boolean!  hasPreviousPage: Boolean!  startCursor: Cursor  endCursor: Cursor}

Fields#

hasNextPage (Boolean!)#

Indicates that there are more nodes after this subset.

hasPreviousPage (Boolean!)#

Included for legacy Relay reasons. Always set to false.

startCursor (Cursor)#

Included for legacy Relay reasons. Always set to null.

endCursor (Cursor)#

Specifies the last node's cursor for forwards pagination.