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