setting up sorted table.

This commit is contained in:
Bryce Covert
2018-04-12 14:59:15 -07:00
parent 812292b5aa
commit f41c0fcba7
4 changed files with 103 additions and 30 deletions

View File

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