stack

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

AdminTypes.InventoryLevelConnection interface

An auto-generated type for paginating through multiple InventoryLevels.

Signature:

export interface InventoryLevelConnection 

Properties

Property Modifiers Type Description
edges   Array<InventoryLevelEdge> A list of edges.
nodes   Array<InventoryLevel> A list of the nodes contained in InventoryLevelEdge.
pageInfo   PageInfo Information to aid in pagination.