Skip to main content

CategoryTranslation Object

Represents category translations.

type CategoryTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
slug: String
name: String
description: JSONString
descriptionJson: JSONString @deprecated
translatableContent: CategoryTranslatableContent
}

Fields

id ● ID!

The ID of the category translation.

language ● LanguageDisplay!

Translation language.

seoTitle ● String

Translated SEO title.

seoDescription ● String

Translated SEO description.

slug ● String

Translated category slug.

Added in Saleor 3.21

name ● String

Translated category name.

description ● JSONString

Translated description of the category.

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

translatableContent ● CategoryTranslatableContent

Represents the category fields to translate.

Show deprecated

Interfaces

Node

An object with an ID

Member Of

Category object ● CategoryTranslatableContent object

Implemented By

TranslationTypes union