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