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