Anchor to MetaobjectFieldMetaobject
objectMetaobject Field
Requires access scope.
The value of a field within a Metaobject. For fields that reference other resources, use the reference field for single references or references for lists.
Anchor to FieldsFields
- key (String!)
- reference (MetafieldReference)
- references (MetafieldReferenceConnection)
- type (String!)
- value (String)
- •String!non-null Token access required
The field key.
- Anchor to referencereference•Metafield
Reference Token access required A referenced object if the field type is a resource reference.
- Anchor to referencesreferences•Metafield
Reference Connection Token access required A list of referenced objects if the field type is a resource reference list.
- Anchor to firstfirst•Int
Returns up to the first
nelements from the list.- Anchor to afterafter•String
Returns the elements that come after the specified cursor.
- Anchor to lastlast•Int
Returns up to the last
nelements from the list.- Anchor to beforebefore•String
Returns the elements that come before the specified cursor.
Arguments
- Anchor to typetype•String!non-null Token access required
The type name of the field. See the list of supported types.
- Anchor to valuevalue•StringToken access required
The field value.
Was this section helpful?