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

---
title: "ShopifyCollectionsConnection"
description: "Represents a paginated connection of Shopify collections."
---

## Fields

<ParamField path="edges" type={<a href="/api-reference/shopifycollectionedge">[ShopifyCollectionEdge!]!</a>} required>
  A list of [`ShopifyCollectionEdge`](/api-reference/shopifycollectionedge) 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

* [`IntegratedShopifyStore`](/api-reference/integratedShopifyStore)


---

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