PromotionRuleTranslation
Represents promotion rule translations.
Added in Saleor 3.17type PromotionRuleTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
description: JSONString
}
Fields
PromotionRuleTranslation.id
● ID!
non-null scalar
ID of the promotion rule translation.
PromotionRuleTranslation.language
● LanguageDisplay!
non-null object
Translation language.
PromotionRuleTranslation.name
● String
scalar
Translated name of the promotion rule.
PromotionRuleTranslation.description
● JSONString
scalar
Translated description of the promotion rule.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node
interface
An object with an ID
Member of
PromotionRule
object ● PromotionRuleTranslatableContent
object
Implemented by
TranslationTypes
union