SaleTranslate
Creates/updates translations for a sale.
DEPRECATED: this mutation will be removed in Saleor 4.0. Use PromotionTranslate
mutation instead.
type SaleTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
sale: Sale
}
Fields
SaleTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
SaleTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
SaleTranslate.sale
● Sale
object discounts
Returned By
saleTranslate
mutation