Skip to main content

ClusterOptionUpdateInput

Input for updating an existing cluster option

input ClusterOptionUpdateInput {
isRequired: YesNo
hidden: YesNo
defaultProductId: Int
names: [LocalizedStringInput!]
descriptions: [LocalizedStringInput!]
shortDescriptions: [LocalizedStringInput!]
productIds: [Int!]
sources: [SourceInput!]
}

Fields

ClusterOptionUpdateInput.isRequired ● YesNo enum

Whether this option is required for cluster configuration

ClusterOptionUpdateInput.hidden ● YesNo enum

Whether this option is hidden from display

ClusterOptionUpdateInput.defaultProductId ● Int scalar

ID of the default product for this option

ClusterOptionUpdateInput.names ● [LocalizedStringInput!] list input

Localized names for this cluster option

ClusterOptionUpdateInput.descriptions ● [LocalizedStringInput!] list input

Localized descriptions for this cluster option

ClusterOptionUpdateInput.shortDescriptions ● [LocalizedStringInput!] list input

Localized short descriptions for this cluster option

ClusterOptionUpdateInput.productIds ● [Int!] list scalar

IDs of products available for this cluster option

ClusterOptionUpdateInput.sources ● [SourceInput!] list input

Source/SourceId combinations for external system lookup

Member Of

clusterOptionUpdate mutation