Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectCreateInput
The input fields for creating a metaobject.
Signature:
export interface MetaobjectCreateInput
Property | Modifiers | Type | Description |
---|---|---|---|
capabilities? | InputMaybe<MetaobjectCapabilityDataInput> | (Optional) Capabilities for the metaobject. | |
fields? | InputMaybe<Array<MetaobjectFieldInput>> | (Optional) Values for fields. These are mapped by key to fields of the metaobject definition. | |
handle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A unique handle for the metaobject. This value is auto-generated when omitted. | |
type | Scalars[‘String’][‘input’] | The type of the metaobject. Must match an existing metaobject definition type. |