Skip to main content
Version: 3.x

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

VoucherTranslate.errors ● [TranslationError!]! non-null object

VoucherTranslate.voucher ● Voucher object

Returned by

voucherTranslate mutation


Was this page helpful?