Anchor to Metaobject
objectMetaobject
An instance of a user-defined model based on a MetaobjectDefinition.
Anchor to FieldsFields
- field (MetaobjectField)
- fields ([MetaobjectField!]!)
- handle (String!)
- id (ID!)
- type (String!)
- updatedAt (DateTime!)
- Anchor to fieldfield•Metaobject
Field Accesses a field of the object by key.
- •String!required
The key of the field.
Arguments
- •String!
- Anchor to fieldsfields•[Metaobject
Field!]! non-nullPre-auth accessible All object fields with defined values. Omitted object keys can be assumed null, and no guarantees are made about field order.
- Anchor to handlehandle•String!non-nullPre-auth accessible
The unique handle of the metaobject. Useful as a custom ID.
- •ID!non-nullPre-auth accessible
A globally-unique ID.
- Anchor to typetype•String!non-nullPre-auth accessible
The type of the metaobject.
- Anchor to updatedAtupdated•Date
At Time! non-nullPre-auth accessible The date and time when the metaobject was last updated.
Was this section helpful?