AssignedPlainTextAttribute Object
Represents plain text attribute.
Added in Saleor 3.22type AssignedPlainTextAttribute implements AssignedAttribute {
attribute: Attribute!
value: String
translation(languageCode: LanguageCodeEnum!): String
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● String
The assigned plain text content.
translation ● String
Translation of the plain text content in the specified language.
languageCode ● LanguageCodeEnum!
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22