another sql mutation bites the dust.

This commit is contained in:
Bryce Covert
2018-09-03 14:54:18 -07:00
parent fe5d09c02b
commit 2e87b9ddff
4 changed files with 11 additions and 7 deletions

View File

@@ -324,7 +324,7 @@
:args {:invoice {:type :edit_invoice}}
:resolve :mutation/edit-invoice}
:void_invoice {:type :invoice
:args {:invoice_id {:type 'Int}}
:args {:invoice_id {:type 'String}}
:resolve :mutation/void-invoice}
:void_payment {:type :payment
:args {:payment_id {:type 'String}}