Skip to main content

AttributeTranslate Object

Creates/updates translations for an attribute.

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

Fields

errors ● [TranslationError!]!

attribute ● Attribute

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

attributeTranslate mutation