filtering down to just active invoices/etc.

This commit is contained in:
Bryce Covert
2018-08-23 18:46:08 -07:00
parent 5e507f4f8d
commit 8a74f4a4e2
4 changed files with 15 additions and 7 deletions

View File

@@ -203,11 +203,13 @@
:resolve :get-invoice-page}
:all_invoices {:type '(list :invoice)
:args {:company_id {:type 'Int}}
:args {:company_id {:type 'Int}
:statuses {:type '(list String)}}
:resolve :get-all-invoices}
:all_checks {:type '(list :check)
:args {:company_id {:type 'Int}}
:args {:company_id {:type 'Int}
:statuses {:type '(list String)}}
:resolve :get-all-checks}
:transaction_page {:type '(list :transaction_page)