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