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!
A boolean value indicating whether there are more items after the current page.
hasPreviousPage
: Boolean!
A boolean value indicating whether there are more items before the current page.