stack

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

AdminTypes.MarketCatalogConnection interface

An auto-generated type for paginating through multiple MarketCatalogs.

Signature:

export interface MarketCatalogConnection 

Properties

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.