AttributeValueTranslate
Creates/updates translations for an attribute value.
type AttributeValueTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
attributeValue: AttributeValue
}
Fields
AttributeValueTranslate.translationErrors ● [TranslationError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AttributeValueTranslate.errors ● [TranslationError!]! non-null object
AttributeValueTranslate.attributeValue ● AttributeValue object
Returned by
attributeValueTranslate mutation
Was this page helpful?