CollectionTranslation
No description
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
CollectionTranslation.language ● LanguageDisplay! non-null object
Translation language.
CollectionTranslation.seoTitle ● String scalar
CollectionTranslation.seoDescription ● String scalar
CollectionTranslation.name ● String scalar
CollectionTranslation.description ● JSONString scalar
Translated description of the collection.
Rich text format. For reference see https://editorjs.io/
CollectionTranslation.descriptionJson ● JSONString deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
descriptionfield 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?