stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectUpsertInput

AdminTypes.MetaobjectUpsertInput interface

The input fields for upserting a metaobject.

Signature:

export interface MetaobjectUpsertInput 

Properties

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.