Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityPriceBreakConnection
An auto-generated type for paginating through multiple QuantityPriceBreaks.
Signature:
export interface QuantityPriceBreakConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<QuantityPriceBreakEdge> | A list of edges. | |
nodes | Array<QuantityPriceBreak> | A list of the nodes contained in QuantityPriceBreakEdge. | |
pageInfo | PageInfo | Information to aid in pagination. | |
totalCount | Scalars[‘UnsignedInt64’][‘output’] | The total count of QuantityPriceBreaks. |