clusterAssignProducts
AUTH: Role=[product.OWNER] Assigns existing products to a cluster.
clusterAssignProducts(
clusterId: Int!
input: ClusterAssignProductsInput!
): ClusterAssignProductsResponse!
AUTH: Role=[product.OWNER] Assigns existing products to a cluster.
clusterAssignProducts(
clusterId: Int!
input: ClusterAssignProductsInput!
): ClusterAssignProductsResponse!
clusterAssignProducts.clusterId
● Int!
non-null scalarclusterAssignProducts.input
● ClusterAssignProductsInput!
non-null inputClusterAssignProductsResponse
object