AttributeTranslate
Creates/updates translations for an attribute.
type AttributeTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
attribute: Attribute
}
Fields
AttributeTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
AttributeTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
AttributeTranslate.attribute
● Attribute
object attributes
Returned By
attributeTranslate
mutation