PageInfo
The page info object used for pagination.
fields
startCursor nullable String
Points to the first item returned in the results. Used when paginating backward.
endCursor nullable String
Points to the last item returned in the results. Used when paginating forward.
hasNextPage non-null Boolean
A boolean that indicates whether a next page of results exists. Can be used to display a "next page" button in user interfaces, for example.
hasPreviousPage non-null Boolean
A boolean that indicates whether a previous page of results exists. Can be used to display a "previous page" button in user interfaces, for example.