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