VoucherCodeBulkDeleteError
No description
type VoucherCodeBulkDeleteError {
path: String
message: String
code: VoucherCodeBulkDeleteErrorCode!
voucherCodes: [ID!]
}
Fields
VoucherCodeBulkDeleteError.path
● String
scalar miscellaneous
Path to field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
VoucherCodeBulkDeleteError.message
● String
scalar miscellaneous
The error message.
VoucherCodeBulkDeleteError.code
● VoucherCodeBulkDeleteErrorCode!
non-null enum discounts
The error code.
VoucherCodeBulkDeleteError.voucherCodes
● [ID!]
list scalar miscellaneous
List of voucher codes which causes the error.
Member Of
VoucherCodeBulkDelete
object