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