removeProductLabel
This mutation removes a digital label from a specific product.
removeProductLabel(
productId: ID!
labelId: ID!
): ProductResponsePayload
Arguments
removeProductLabel.productId ● ID! non-null scalar
removeProductLabel.labelId ● ID! non-null scalar
Type
ProductResponsePayload object
The requested product or a related error.