CategoryTranslation
No description
type CategoryTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
name: String
description: JSONString
descriptionJson: JSONString @deprecated
}
Fields
CategoryTranslation.id ● ID! non-null scalar
CategoryTranslation.language ● LanguageDisplay! non-null object
Translation language.
CategoryTranslation.seoTitle ● String scalar
CategoryTranslation.seoDescription ● String scalar
CategoryTranslation.name ● String scalar
CategoryTranslation.description ● JSONString scalar
Translated description of the category.
Rich text format. For reference see https://editorjs.io/
CategoryTranslation.descriptionJson ● JSONString deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
descriptionfield instead.Translated description of the category.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node interface
An object with an ID
Member of
Category object
Was this page helpful?