PromotionRuleTranslate
Creates/updates translations for a promotion rule.
Added in Saleor 3.17type PromotionRuleTranslate {
errors: [TranslationError!]!
promotionRule: PromotionRule
}
Fields
PromotionRuleTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
PromotionRuleTranslate.promotionRule
● PromotionRule
object discounts
Returned By
promotionRuleTranslate
mutation