filtering down to just active invoices/etc.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user