Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionConnection
An auto-generated type for paginating through multiple Collections.
Signature:
export interface CollectionConnection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edges | Array<CollectionEdge> | A list of edges. | |
| nodes | Array<Collection> | A list of the nodes contained in CollectionEdge. | |
| pageInfo | PageInfo | Information to aid in pagination. |