CategoryRemoveProductsClustersInput
Input for removing products and clusters from a category
input CategoryRemoveProductsClustersInput {
productIds: [Int!]
clusterIds: [Int!]
}
Fields
CategoryRemoveProductsClustersInput.productIds ● [Int!] list scalar
Product identifiers to remove from the category
CategoryRemoveProductsClustersInput.clusterIds ● [Int!] list scalar
Cluster identifiers to remove from the category
Member Of
categoryRemoveProductsClusters mutation