AttributeTranslate Object
Creates/updates translations for an attribute.
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