VoucherTranslate Object
Creates/updates translations for a voucher.
type VoucherTranslate {
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
  voucher: Voucher
}
Fields
VoucherTranslate.translationErrors ● [TranslationError!]! deprecated non-null object miscellaneous
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
VoucherTranslate.errors ● [TranslationError!]! non-null object miscellaneous
VoucherTranslate.voucher ● Voucher object discounts
Returned By
voucherTranslate mutation