Skip to main content

AttributeTranslation

Represents attribute translations.

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

Fields

AttributeTranslation.id ● ID! non-null scalar miscellaneous

The ID of the attribute translation.

AttributeTranslation.language ● LanguageDisplay! non-null object miscellaneous

Translation language.

AttributeTranslation.name ● String! non-null scalar miscellaneous

Translated attribute name.

AttributeTranslation.translatableContent ● AttributeTranslatableContent object attributes

Represents the attribute fields to translate.

Added in Saleor 3.14

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

Attribute object ● AttributeBulkTranslateResult object ● AttributeTranslatableContent object

Implemented By

TranslationTypes union