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]}