CategoryRemoveProductsClustersInput
No description
input CategoryRemoveProductsClustersInput {
productIds: [Int!]
clusterIds: [Int!]
}
Fields
CategoryRemoveProductsClustersInput.productIds
● [Int!]
list scalar
List of product unique identifiers
CategoryRemoveProductsClustersInput.clusterIds
● [Int!]
list scalar
List of cluster unique identifiers
Member Of
categoryRemoveProductsClusters
mutation