MetaobjectCreateInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for creating a metaobject.
Access Scopes
Fields
-
capabilities:
MetaobjectCapabilityDataInput -
Capabilities for the metaobject.
-
fields:
MetaobjectFieldInput -
Values for fields. These are mapped by key to fields of the metaobject definition.
-
handle:
String -
A unique handle for the metaobject. This value is auto-generated when omitted.
-
type:
String! -
The type of the metaobject. Must match an existing metaobject definition type.
Input objects with this input object
Examples