stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryItemConnection

AdminTypes.InventoryItemConnection interface

An auto-generated type for paginating through multiple InventoryItems.

Signature:

export interface InventoryItemConnection 

Properties

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.