Skip to main content

ValuesetUpdateInput

Partial update data for modifying existing value set properties. All fields are optional - only provided fields will be updated while others remain unchanged. The type field cannot be modified after creation for data integrity reasons.

input ValuesetUpdateInput {
name: String
descriptions: [LocalizedStringInput!]
}

Fields

ValuesetUpdateInput.name ● String scalar

Unique identifier name for the new value set that will be used throughout the system for referencing and configuration purposes.

Must be unique across all value sets and follow naming conventions for system identifiers.

ValuesetUpdateInput.descriptions ● [LocalizedStringInput!] list input

Human-readable descriptions explaining the purpose and usage of this value set in multiple languages.

Provides context for administrators and developers about what this value set represents and how it should be used throughout the system.

Member Of

valuesetUpdate mutation