Objects
PageInfo
Represents information about the pagination of a ShopifyProductReviewsConnection
.
Fields
startCursor
ID
The cursor of the first item in the connection.
endCursor
ID
The cursor of the last item in the connection.
hasNextPage
Boolean!
requiredA boolean value indicating whether there are more items after the current page.
hasPreviousPage
Boolean!
requiredA boolean value indicating whether there are more items before the current page.