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