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