makes iol a little more responsive from invoices pgae.

This commit is contained in:
2023-09-05 11:58:16 -07:00
parent 46ef741cf2
commit a6e4080746

View File

@@ -43,6 +43,7 @@
eas)))
(rename-keys {:invoice-payment/_invoice :invoice/payments})))
(defn raw-graphql-ids
([args]
(raw-graphql-ids (dc/db conn) args))
@@ -57,7 +58,7 @@
(map :db/id (:clients args))]}
(cond-> {:query {:find []
:in ['$]
:where ['[?e :invoice/client]]}
:where []}
:args [db]}