Skip to main content

AssignedTextAttribute Object

Represents text attribute.

Added in Saleor 3.22
type AssignedTextAttribute implements AssignedAttribute {
attribute: Attribute!
value: JSON
translation(languageCode: LanguageCodeEnum!): JSON
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● JSON

The assigned rich text content.

translation ● JSON

Translation of the rich text content in the specified language.

languageCode ● LanguageCodeEnum!

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22