ProductVariantTranslate
Creates/updates translations for a product variant.
type ProductVariantTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
productVariant: ProductVariant
}
Fields
ProductVariantTranslate.translationErrors ● [TranslationError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductVariantTranslate.errors ● [TranslationError!]! non-null object
ProductVariantTranslate.productVariant ● ProductVariant object
Returned by
productVariantTranslate mutation
Was this page helpful?