UpdateComponentInput
Update an existing component's name, description, and attributes. The component ID and underlying bundle cannot be changed.
input UpdateComponentInput {
attributes: Map
description: String
name: String
}
Fields
UpdateComponentInput.attributes ● Map scalar {#attributes}
Key-value attributes for this component. Keys and values must be strings. Must conform to the organization's custom attributes for the component scope.
UpdateComponentInput.description ● String scalar {#description}
Optional description of this component's purpose
UpdateComponentInput.name ● String scalar {#name}
Display name for this component (e.g., 'Billing Database')
Member Of
updateComponent mutation