stack

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

AdminTypes.MetaobjectUpdateInput interface

The input fields for updating a metaobject.

Signature:

export interface MetaobjectUpdateInput 

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) A unique handle for the metaobject.
redirectNewHandle?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether to create a redirect for the metaobject.