PromotionTranslation Object
Represents promotion translations.
type PromotionTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
description: JSONString
translatableContent: PromotionTranslatableContent
}
Fields
id ● ID!
ID of the promotion translation.
language ● LanguageDisplay!
Translation language.
name ● String
Translated name of the promotion.
description ● JSONString
Translated description of the promotion.
Rich text format. For reference see https://editorjs.io/
translatableContent ● PromotionTranslatableContent
Represents the promotion fields to translate.
Interfaces
Node
An object with an ID
Member Of
Promotion object ● PromotionTranslatableContent object
Implemented By
TranslationTypes union