PageTranslation Object
Represents page translations.
type PageTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
slug: String
title: String
content: JSONString
contentJson: JSONString @deprecated
translatableContent: PageTranslatableContent
}
Fields
id ● ID!
The ID of the page translation.
language ● LanguageDisplay!
Translation language.
seoTitle ● String
Translated SEO title.
seoDescription ● String
Translated SEO description.
slug ● String
Translated page slug.
Added in Saleor 3.21title ● String
Translated page title.
content ● JSONString
Translated content of the page.
Rich text format. For reference see https://editorjs.io/
translatableContent ● PageTranslatableContent
Represents the page fields to translate.
Show deprecated
Interfaces
Node
An object with an ID
Member Of
Page object ● PageTranslatableContent object
Implemented By
TranslationTypes union