ProductTranslate
Creates/updates translations for a product.
type ProductTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
product: Product
}
Fields
ProductTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductTranslate.errors
● [TranslationError!]!
non-null object
ProductTranslate.product
● Product
object
Returned by
productTranslate
mutation