AssignedTextAttribute Object
Represents text attribute.
Added in Saleor 3.22 (unreleased)type AssignedTextAttribute implements AssignedAttribute {
attribute: Attribute!
value: JSON
translation(languageCode: LanguageCodeEnum!): JSON
}
Fields
AssignedTextAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedTextAttribute.value
● JSON
scalar miscellaneous
The assigned rich text content.
AssignedTextAttribute.translation
● JSON
scalar miscellaneous
Translation of the rich text content in the specified language.
AssignedTextAttribute.translation.languageCode
● LanguageCodeEnum!
non-null enum miscellaneous
Interfaces
AssignedAttribute
interface attributes
Represents an attribute assigned to an object.
Added in Saleor 3.22 (unreleased)