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
PromotionRuleTranslate.promotionRule
● PromotionRule
object
Returned by
promotionRuleTranslate
mutation