Skip to main content

CollectionTranslation Object

Represents collection translations.

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

Fields

id ● ID!

The ID of the collection translation.

language ● LanguageDisplay!

Translation language.

seoTitle ● String

Translated SEO title.

seoDescription ● String

Translated SEO description.

slug ● String

Translated collection slug.

Added in Saleor 3.21

name ● String

Translated collection name.

description ● JSONString

Translated description of the collection.

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

translatableContent ● CollectionTranslatableContent

Represents the collection fields to translate.

Show deprecated

Interfaces

Node

An object with an ID

Member Of

Collection object ● CollectionTranslatableContent object

Implemented By

TranslationTypes union