Metafield Reference Connection
An auto-generated type for paginating through multiple MetafieldReferences.
Anchor to Fields with this connectionFields with this connection
- •OBJECT
Custom metadata attached to a Shopify resource such as a
Product,Collection, orCustomer. Each metafield is identified by a namespace and key, and stores a value with an associated type.Values are always stored as strings, but the
typefield indicates how to interpret the data. When a metafield's type is a resource reference, use thereferenceorreferencesfields to retrieve the linked objects. Access metafields on any resource that implements theinterface.- •OBJECT
The value of a field within a
Metaobject. For fields that reference other resources, use thereferencefield for single references orreferencesfor lists.
Anchor to Possible returnsPossible returns
- edges ([MetafieldReferenceEdge!]!)
- nodes ([MetafieldReference!]!)
- pageInfo (PageInfo!)
- Anchor to edgesedges•[Metafield
Reference Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[Metafield
Reference!]! non-null A list of the nodes contained in MetafieldReferenceEdge.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.