Anchor to MetaobjectFieldMetaobject
objectMetaobject Field
Provides a field definition and the data value assigned to it.
Anchor to FieldsFields
- definition (MetaobjectFieldDefinition!)
- jsonValue (JSON)
- key (String!)
- reference (MetafieldReference)
- references (MetafieldReferenceConnection)
- thumbnail (MetaobjectThumbnail)
- type (String!)
- value (String)
- Anchor to definitiondefinition•Metaobject
Field Definition! non-null The field definition for this object key.
- Anchor to jsonValuejson•JSON
Value The assigned field value in JSON format.
- •String!non-null
The object key of this field.
- Anchor to referencereference•Metafield
Reference For resource reference fields, provides the referenced object.
- Anchor to referencesreferences•Metafield
Reference Connection For resource reference list fields, provides the list of referenced objects.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
Arguments
- Anchor to thumbnailthumbnail•Metaobject
Thumbnail For file reference or color fields, provides visual attributes for this field.
- Anchor to typetype•String!non-null
The type of the field.
- Anchor to valuevalue•String
The assigned field value, always stored as a string regardless of the field type.
Was this section helpful?