Skip to main content
Anchor to MetafieldDefinitionUpdateUserError

MetafieldDefinitionUpdateUserError

object

An error that occurs during the execution of MetafieldDefinitionUpdate.

•MetafieldDefinitionUpdateUserErrorCode

The error code.

•Int

The index of the array element that's causing the error.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Updates a MetafieldDefinition's configuration and settings. You can modify the definition's name, description, validation rules, access settings, capabilities, and constraints.

The mutation updates access settings that control visibility across different APIs, such as the GraphQL Admin API, Storefront API, and Customer Account API. It also enables capabilities like admin filtering or unique value validation, and modifies constraints that determine which resource subtypes the definition applies to.


Note

The type, namespace, key, and owner type identify the definition and so can't be changed.


Learn more about updating metafield definitions.

Arguments

•MetafieldDefinitionUpdateInput!
required

The input fields for the metafield definition update.



Was this section helpful?


Was this section helpful?