VoucherTranslate Object
Creates/updates translations for a voucher.
type VoucherTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
voucher: Voucher
}
Fields
errors ● [TranslationError!]!
voucher ● Voucher
Show deprecatedHide deprecated
translationErrors ● [TranslationError!]!
DEPRECATED
Use errors field instead.
Returned By
voucherTranslate mutation