Skip to content
Last update: July 17, 2023

PageInfo object

The PageInfo provides information about pagination in a connection.

Fields

Field Description
hasNextPage Boolean! Indicates whether there is a next page of data available.
hasPreviousPage Boolean! Indicates whether there is a previous page of data available.
startCursor String The cursor of the first item in the current page.
endCursor String The cursor of the last item in the current page.