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