From a6e408074632f0ac1a2cc7238f26f44e5fa50d8d Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 5 Sep 2023 11:58:16 -0700 Subject: [PATCH] makes iol a little more responsive from invoices pgae. --- src/clj/auto_ap/datomic/invoices.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/datomic/invoices.clj b/src/clj/auto_ap/datomic/invoices.clj index 32aeb6b3..0ded6909 100644 --- a/src/clj/auto_ap/datomic/invoices.clj +++ b/src/clj/auto_ap/datomic/invoices.clj @@ -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]}