stack

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

AdminTypes.PriceRuleConnection interface

An auto-generated type for paginating through multiple PriceRules.

Signature:

export interface PriceRuleConnection 

Properties

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.