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 miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
AttributeValueTranslate.errors
● [TranslationError!]!
non-null object miscellaneous
AttributeValueTranslate.attributeValue
● AttributeValue
object attributes
Returned By
attributeValueTranslate
mutation