CollectionTranslatableContent
No description
type CollectionTranslatableContent implements Node {
id: ID!
seoTitle: String
seoDescription: String
name: String!
description: JSONString
descriptionJson: JSONString @deprecated
translation(languageCode: LanguageCodeEnum!): CollectionTranslation
collection: Collection @deprecated
}
Fields
CollectionTranslatableContent.id
● ID!
non-null scalar
CollectionTranslatableContent.seoTitle
● String
scalar
CollectionTranslatableContent.seoDescription
● String
scalar
CollectionTranslatableContent.name
● String!
non-null scalar
CollectionTranslatableContent.description
● JSONString
scalar
Description of the collection.
Rich text format. For reference see https://editorjs.io/
CollectionTranslatableContent.descriptionJson
● JSONString
deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
description
field instead.Description of the collection.
Rich text format. For reference see https://editorjs.io/
CollectionTranslatableContent.translation
● CollectionTranslation
object
Returns translated collection fields for the given language code.
CollectionTranslatableContent.translation.languageCode
●LanguageCodeEnum!
non-null enumA language code to return the translation for collection.
CollectionTranslatableContent.collection
● Collection
deprecated object
DEPRECATEDThis field will be removed in Saleor 4.0. Get model fields from the root level queries.
Represents a collection of products.
Interfaces
Node
interface
An object with an ID
Implemented by
TranslatableItem
union
Was this page helpful?