AttributeTranslatableContent Object
Represents attribute's original translatable fields and related translations.
type AttributeTranslatableContent implements Node {
id: ID!
attributeId: ID!
name: String!
translation(languageCode: LanguageCodeEnum!): AttributeTranslation
attribute: Attribute @deprecated
}
Fields
id ● ID!
The ID of the attribute translatable content.
attributeId ● ID!
The ID of the attribute to translate.
name ● String!
Name of the attribute to translate.
translation ● AttributeTranslation
Returns translated attribute fields for the given language code.
languageCode ● LanguageCodeEnum!
A language code to return the translation for attribute.
Show deprecated
Interfaces
Node
An object with an ID
Member Of
AttributeTranslation object ● AttributeValueTranslatableContent object
Implemented By
TranslatableItem union