Skip to content
Last update: December 2, 2024

CustomerReviewConnection object

This type represents a paginated list of customer reviews.

Fields

Field Description
totalCount Int The total number of customer reviews available.
pageInfo PageInfo! Metadata about the pagination, such as cursors and page boundaries.
edges [CustomerReviewEdge] A list of edges containing the customer reviews and their cursor information.
items [CustomerReview] A flat list of the customer reviews.