Skip to main content

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

DEPRECATED

This 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


Was this page helpful?