Anchor to MetaobjectFieldMetaobject
objectMetaobject Field
Requires access scope.
Provides the value of a Metaobject field.
Anchor to FieldsFields
- •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?