Home > @infiniteobjects/shopify-data-manager > AdminTypes > CatalogConnection
An auto-generated type for paginating through multiple Catalogs.
Signature:
export interface CatalogConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<CatalogEdge> | A list of edges. | |
nodes | Array<Catalog> | A list of the nodes contained in CatalogEdge. | |
pageInfo | PageInfo | Information to aid in pagination. | |
totalCount | Scalars[‘UnsignedInt64’][‘output’] | The total count of Catalogs. |