Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectDefinitionUpdateInput
The input fields for updating a metaobject definition.
Signature:
export interface MetaobjectDefinitionUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
access? | InputMaybe<MetaobjectAccessInput> | (Optional) Access configuration for the metaobjects created with this definition. | |
capabilities? | InputMaybe<MetaobjectCapabilityUpdateInput> | (Optional) The capabilities of the metaobject definition. | |
description? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) An administrative description of the definition. | |
displayNameKey? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The key of a metafield to reference as the display name for objects of this type. | |
fieldDefinitions? | InputMaybe<Array<MetaobjectFieldDefinitionOperationInput>> | (Optional) A set of operations for modifying field definitions. | |
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A human-readable name for the definition. | |
resetFieldOrder? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the field order should be reset while updating. If true , then the order is assigned based on submitted fields followed by alphabetized field omissions. If false , then no changes are made to the existing field order and new fields are appended at the end. |