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