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