Skip to main content
Version: 3.x

AttributeValueTranslate

Creates/updates translations for an attribute value.

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

Fields

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

DEPRECATED

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

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

AttributeValueTranslate.attributeValue ● AttributeValue object

Returned by

attributeValueTranslate mutation


Was this page helpful?