AttributeValueTranslation
Represents attribute value translations.
type AttributeValueTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
richText: JSONString
plainText: String
}
Fields
AttributeValueTranslation.id ● ID! non-null scalar
The ID of the attribute value translation.
AttributeValueTranslation.language ● LanguageDisplay! non-null object
Translation language.
AttributeValueTranslation.name ● String! non-null scalar
Translated attribute value name.
AttributeValueTranslation.richText ● JSONString scalar
Translated rich-text attribute value.
Rich text format. For reference see https://editorjs.io/
AttributeValueTranslation.plainText ● String scalar
Translated plain text attribute value .
Interfaces
Node interface
An object with an ID
Member of
AttributeValue object ● AttributeValueBulkTranslateResult object ● AttributeValueTranslatableContent object
Implemented by
TranslationTypes union