> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ShopifyProductReviewsConnection

> Represents a paginated connection of Shopify product reviews.

## Fields

<ParamField path="edges" type={<><a href="/api-reference/shopifyproductreviewedge">ShopifyProductReviewEdge!</a></>} required>
  A list of [`ShopifyProductReviewEdge`](/api-reference/shopifyproductreviewedge) objects.
</ParamField>

<ParamField path="pageInfo" type={<><a href="/api-reference/pageinfo">PageInfo!</a></>} required>
  A [`PageInfo`](/api-reference/pageinfo) object containing information about pagination, such as cursors and whether there are more pages.
</ParamField>

## Related types

* [`ShopifyProduct`](/api-reference/shopifyproduct)
