clusterOptionUpdate
AUTH: Role=[product.OWNER,product.EDITOR]
clusterOptionUpdate(
clusterId: Int!
optionId: Int!
input: ClusterOptionUpdateInput!
): ClusterOption!
AUTH: Role=[product.OWNER,product.EDITOR]
clusterOptionUpdate(
clusterId: Int!
optionId: Int!
input: ClusterOptionUpdateInput!
): ClusterOption!
clusterOptionUpdate.clusterId
● Int!
non-null scalarclusterOptionUpdate.optionId
● Int!
non-null scalarclusterOptionUpdate.input
● ClusterOptionUpdateInput!
non-null inputClusterOption
object