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