Skip to main content

AttributeValueTranslation

Represents attribute value translations.

type AttributeValueTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
richText: JSONString
plainText: String
translatableContent: AttributeValueTranslatableContent
}

Fields

AttributeValueTranslation.id ● ID! non-null scalar miscellaneous

The ID of the attribute value translation.

AttributeValueTranslation.language ● LanguageDisplay! non-null object miscellaneous

Translation language.

AttributeValueTranslation.name ● String! non-null scalar miscellaneous

Translated attribute value name.

AttributeValueTranslation.richText ● JSONString scalar miscellaneous

Translated rich-text attribute value.

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

AttributeValueTranslation.plainText ● String scalar miscellaneous

Translated plain text attribute value .

AttributeValueTranslation.translatableContent ● AttributeValueTranslatableContent object attributes

Represents the attribute value fields to translate.

Added in Saleor 3.14

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

AttributeValue object ● AttributeValueBulkTranslateResult object ● AttributeValueTranslatableContent object

Implemented By

TranslationTypes union