Skip to main content
Version: 3.x

PageTranslation

Represents page translations.

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

The ID of the page translation.

PageTranslation.language ● LanguageDisplay! non-null object

Translation language.

PageTranslation.seoTitle ● String scalar

Translated SEO title.

PageTranslation.seoDescription ● String scalar

Translated SEO description.

PageTranslation.title ● String scalar

Translated page title.

PageTranslation.content ● JSONString scalar

Translated content of the page.

Rich text format. For reference see https://editorjs.io/

PageTranslation.contentJson ● JSONString deprecated scalar

DEPRECATED

This field will be removed in Saleor 4.0. Use the content field 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?