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