Skip to content
Last update: July 26, 2024

PageInfo object

This type 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.