added sortability

This commit is contained in:
Bryce Covert
2018-04-12 15:26:18 -07:00
parent f41c0fcba7
commit 38d9c1a1d3
4 changed files with 59 additions and 54 deletions

View File

@@ -41,7 +41,8 @@
{:invoice {:type '(list :invoice)
:args {:imported {:type 'Boolean}
:company_id {:type 'Int}
:sort_by {:type 'String}}
:sort_by {:type 'String}
:asc {:type 'Boolean}}
:resolve :get-invoice}
:company {:type '(list :company)