Skip to main content

AttributeTranslation Object

Represents attribute translations.

type AttributeTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
translatableContent: AttributeTranslatableContent
}

Fields

id ● ID!

The ID of the attribute translation.

language ● LanguageDisplay!

Translation language.

name ● String!

Translated attribute name.

translatableContent ● AttributeTranslatableContent

Represents the attribute fields to translate.

Interfaces

Node

An object with an ID

Member Of

Attribute object ● AttributeBulkTranslateResult object ● AttributeTranslatableContent object

Implemented By

TranslationTypes union