ClusterUnassignProductsInput
No description
input ClusterUnassignProductsInput {
productIds: [Int!]!
categoryId: Int
clusterId: Int
}
Fields
ClusterUnassignProductsInput.productIds
● [Int!]!
non-null scalar
Array of product ids to unassign from cluster
ClusterUnassignProductsInput.categoryId
● Int
scalar
Category id to move the products to
ClusterUnassignProductsInput.clusterId
● Int
scalar
Cluster id to move the products to
Member Of
clusterUnassignProducts
mutation