AttributeValueTranslation
No description
type AttributeValueTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
richText: JSONString
plainText: String
}
Fields
AttributeValueTranslation.id
● ID!
non-null scalar
AttributeValueTranslation.language
● LanguageDisplay!
non-null object
Translation language.
AttributeValueTranslation.name
● String!
non-null scalar
AttributeValueTranslation.richText
● JSONString
scalar
Attribute value.
Rich text format. For reference see https://editorjs.io/
AttributeValueTranslation.plainText
● String
scalar
Attribute plain text value.
Interfaces
Node
interface
An object with an ID
Member of
AttributeValue
object ● AttributeValueBulkTranslateResult
object ● AttributeValueTranslatableContent
object
Implemented by
TranslationTypes
union
Was this page helpful?