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