Skip to main content
Version: 3.x

CollectionTranslation

Represents collection translations.

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

Fields

CollectionTranslation.id ● ID! non-null scalar

The ID of the collection translation.

CollectionTranslation.language ● LanguageDisplay! non-null object

Translation language.

CollectionTranslation.seoTitle ● String scalar

Translated SEO title.

CollectionTranslation.seoDescription ● String scalar

Translated SEO description.

CollectionTranslation.name ● String scalar

Translated collection name.

CollectionTranslation.description ● JSONString scalar

Translated description of the collection.

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

CollectionTranslation.descriptionJson ● JSONString deprecated scalar

DEPRECATED

This field will be removed in Saleor 4.0. Use the description field instead.

Translated description of the collection.

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

Interfaces

Node interface

An object with an ID

Member of

Collection object ● CollectionTranslatableContent object

Implemented by

TranslationTypes union


Was this page helpful?