Making manual import work in datomic

This commit is contained in:
Bryce Covert
2018-11-09 10:47:47 -08:00
parent 5a25462c5f
commit de8563a60b
11 changed files with 80 additions and 67 deletions

View File

@@ -222,7 +222,7 @@
:resolve :get-all-payments}
:transaction_page {:type '(list :transaction_page)
:args {:company_id {:type 'String}
:args {:client_id {:type 'String}
:start {:type 'Int}
:sort_by {:type 'String}
:asc {:type 'Boolean}}