Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectUpsertInput
The input fields for upserting a metaobject.
Signature:
export interface MetaobjectUpsertInput
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) The handle of the metaobject. |