VoucherTranslate
Creates/updates translations for a voucher.
type VoucherTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
voucher: Voucher
}
Fields
VoucherTranslate.translationErrors
● [TranslationError!]!
deprecated non-null object miscellaneous
DEPRECATEDThis 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