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