Skip to main content
Version: 3.x

AttributeTranslation

Represents attribute translations.

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

Fields

AttributeTranslation.id ● ID! non-null scalar

The ID of the attribute translation.

AttributeTranslation.language ● LanguageDisplay! non-null object

Translation language.

AttributeTranslation.name ● String! non-null scalar

Translated attribute name.

Interfaces

Node interface

An object with an ID

Member of

Attribute object ● AttributeBulkTranslateResult object ● AttributeTranslatableContent object

Implemented by

TranslationTypes union


Was this page helpful?