CategoryAddProductsClustersInput
Input for adding products and clusters to a category
input CategoryAddProductsClustersInput {
productIds: [Int!]
clusterIds: [Int!]
}
Fields
CategoryAddProductsClustersInput.productIds ● [Int!] list scalar
Product identifiers to add to the category
CategoryAddProductsClustersInput.clusterIds ● [Int!] list scalar
Cluster identifiers to add to the category
Member Of
categoryAddProductsClusters mutation