AttributeValueTranslatableContent Object
Represents attribute value's original translatable fields and related translations.
type AttributeValueTranslatableContent implements Node {
id: ID!
attributeValueId: ID!
name: String!
richText: JSONString
plainText: String
translation(languageCode: LanguageCodeEnum!): AttributeValueTranslation
attributeValue: AttributeValue @deprecated
attribute: AttributeTranslatableContent
}
Fields
id ● ID!
The ID of the attribute value translatable content.
attributeValueId ● ID!
The ID of the attribute value to translate.
name ● String!
Name of the attribute value to translate.
richText ● JSONString
Attribute value.
Rich text format. For reference see https://editorjs.io/
plainText ● String
Attribute plain text value.
translation ● AttributeValueTranslation
Returns translated attribute value fields for the given language code.
languageCode ● LanguageCodeEnum!
A language code to return the translation for attribute value.
attribute ● AttributeTranslatableContent
Associated attribute that can be translated.
Show deprecated
Interfaces
Node
An object with an ID
Member Of
AttributeValueTranslation object ● PageTranslatableContent object ● ProductTranslatableContent object ● ProductVariantTranslatableContent object
Implemented By
TranslatableItem union