ClusterUpdateInput
No description
input ClusterUpdateInput {
names: [LocalizedStringInput!]
descriptions: [LocalizedStringInput!]
shortDescriptions: [LocalizedStringInput!]
defaultLanguage: String
parentId: Int
code: String
clusterConfigId: Int
defaultProductId: Int
}
Fields
ClusterUpdateInput.names
● [LocalizedStringInput!]
list input
ClusterUpdateInput.descriptions
● [LocalizedStringInput!]
list input
ClusterUpdateInput.shortDescriptions
● [LocalizedStringInput!]
list input
ClusterUpdateInput.defaultLanguage
● String
scalar
ClusterUpdateInput.parentId
● Int
scalar
ClusterUpdateInput.code
● String
scalar
ClusterUpdateInput.clusterConfigId
● Int
scalar
ClusterUpdateInput.defaultProductId
● Int
scalar
Member Of
clusterUpdate
mutation