MetaobjectFieldDefinitionUpdateInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for updating a metaobject field definition.
Access Scopes
Fields
-
description:
String -
An administrative description of the field.
-
key:
String! -
The key of the field definition to update.
-
name:
String -
A human-readable name for the field.
-
required:
Boolean -
Whether metaobjects require a saved value for the field.
-
validations:
MetafieldDefinitionValidationInput -
Custom validations that apply to values assigned to the field.
Input objects with this input object
Examples