stack

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

AdminTypes.MetaobjectFieldDefinitionUpdateInput interface

The input fields for updating a metaobject field definition.

Signature:

export interface MetaobjectFieldDefinitionUpdateInput 

Properties

Property Modifiers Type Description
description?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) An administrative description of the field.
key   Scalars[‘String’][‘input’] The key of the field definition to update.
name?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) A human-readable name for the field.
required?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether metaobjects require a saved value for the field.
validations?   InputMaybe<Array<MetafieldDefinitionValidationInput>> (Optional) Custom validations that apply to values assigned to the field.