> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShopifyProductReviewsConnection"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
