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