clusterUnassignProducts
AUTH: Role=[product.OWNER] Unassigns specified products from a cluster, moving them to either a specified category or another cluster.
clusterUnassignProducts(
  clusterId: Int!
  input: ClusterUnassignProductsInput!
): ClusterUnassignProductsResponse!