CategoryTranslation
Represents category translations.
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
The ID of the category translation.
CategoryTranslation.language
● LanguageDisplay!
non-null object
Translation language.
CategoryTranslation.seoTitle
● String
scalar
Translated SEO title.
CategoryTranslation.seoDescription
● String
scalar
Translated SEO description.
CategoryTranslation.name
● String
scalar
Translated category name.
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
description
field 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 ● CategoryTranslatableContent
object
Implemented by
TranslationTypes
union