Skip to main content

AttributeValueTranslate Object

Creates/updates translations for an attribute value.

Requires the MANAGE_TRANSLATIONSpermission.
type AttributeValueTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
attributeValue: AttributeValue
}

Fields

errors ● [TranslationError!]!

attributeValue ● AttributeValue

Show deprecatedHide deprecated

translationErrors ● [TranslationError!]!

DEPRECATED

Use errors field instead.

Returned By

attributeValueTranslate mutation