DigitalContentDelete
Remove digital content assigned to given variant.
type DigitalContentDelete {
variant: ProductVariant
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
DigitalContentDelete.variant
● ProductVariant
object products
DigitalContentDelete.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
DigitalContentDelete.errors
● [ProductError!]!
non-null object products
Returned By
digitalContentDelete
mutation