Skip to main content
Version: 3.x

AttributeTranslate

Creates/updates translations for an attribute.

Requires MANAGE_TRANSLATIONSpermission.
type AttributeTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
attribute: Attribute
}

Fields

AttributeTranslate.translationErrors ● [TranslationError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AttributeTranslate.errors ● [TranslationError!]! non-null object

AttributeTranslate.attribute ● Attribute object

Returned by

attributeTranslate mutation


Was this page helpful?