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