ProductTranslation
Represents product translations.
type ProductTranslation implements Node {
id: ID!
language: LanguageDisplay!
seoTitle: String
seoDescription: String
name: String
description: JSONString
descriptionJson: JSONString @deprecated
}
Fields
ProductTranslation.id
● ID!
non-null scalar
The ID of the product translation.
ProductTranslation.language
● LanguageDisplay!
non-null object
Translation language.
ProductTranslation.seoTitle
● String
scalar
Translated SEO title.
ProductTranslation.seoDescription
● String
scalar
Translated SEO description.
ProductTranslation.name
● String
scalar
Translated product name.
ProductTranslation.description
● JSONString
scalar
Translated description of the product.
Rich text format. For reference see https://editorjs.io/
ProductTranslation.descriptionJson
● JSONString
deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
description
field instead.Translated description of the product.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node
interface
An object with an ID
Member of
Product
object ● ProductBulkTranslateResult
object ● ProductTranslatableContent
object
Implemented by
TranslationTypes
union