PageTranslation
No description
type PageTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
title: String
content: JSONString
contentJson: JSONString @deprecated
}
Fields
PageTranslation.id ● ID! non-null scalar
PageTranslation.language ● LanguageDisplay! non-null object
Translation language.
PageTranslation.seoTitle ● String scalar
PageTranslation.seoDescription ● String scalar
PageTranslation.title ● String scalar
PageTranslation.content ● JSONString scalar
Translated content of the page.
Rich text format. For reference see https://editorjs.io/
PageTranslation.contentJson ● JSONString deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
contentfield instead.Translated description of the page.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node interface
An object with an ID
Member of
Page object ● PageTranslatableContent object
Implemented by
TranslationTypes union
Was this page helpful?