AttributeTranslation
No description
type AttributeTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
}
Fields
AttributeTranslation.id ● ID! non-null scalar
AttributeTranslation.language ● LanguageDisplay! non-null object
Translation language.
AttributeTranslation.name ● String! non-null scalar
Interfaces
Node interface
An object with an ID
Member of
Attribute object
Was this page helpful?