Skip to main content

VoucherTranslate

Creates/updates translations for a voucher.

Requires MANAGE_TRANSLATIONSpermission.
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