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