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