Skip to main content
Anchor to MetaobjectCreateInput

MetaobjectCreateInput

input_object

The input fields for creating a metaobject.

•MetaobjectCapabilityDataInput

Capabilities for the metaobject.

•[MetaobjectFieldInput!]

Values for fields. These are mapped by key to fields of the metaobject definition.

•String

A unique handle for the metaobject. This value is auto-generated when omitted.

•String!
non-null

The type of the metaobject. Must match an existing metaobject definition type.

•JSON

The field values for the metaobject as a JSON object, keyed by field definition key. Cannot be used in conjunction with fields.


Was this section helpful?

Anchor to Mutations using this inputMutations using this input


Was this section helpful?