DigitalContentDelete Object
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
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
DigitalContentDelete.errors ● [ProductError!]! non-null object products
Returned By
digitalContentDelete mutation