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