Skip to main content

AttributeValueTranslation Object

Represents attribute value translations.

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

Fields

id ● ID!

The ID of the attribute value translation.

language ● LanguageDisplay!

Translation language.

name ● String!

Translated attribute value name.

richText ● JSONString

Translated rich-text attribute value.

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

plainText ● String

Translated plain text attribute value .

translatableContent ● AttributeValueTranslatableContent

Represents the attribute value fields to translate.

Interfaces

Node

An object with an ID

Member Of

AttributeValue object ● AttributeValueBulkTranslateResult object ● AttributeValueTranslatableContent object

Implemented By

TranslationTypes union