added a page to see the accounts.

This commit is contained in:
Bryce Covert
2019-04-11 12:58:49 -07:00
parent 7bfe451ccd
commit a5d65656c0
6 changed files with 27 additions and 10 deletions

View File

@@ -11,8 +11,7 @@
(:account_set args) (merge-query {:query {:in ['?account-set]
:where [['?e :account/account-set '?account-set]]}
:args [(:account_set args)]}))]
(doto (->>
(d/query query)
(map first)
(->graphql ))
println)))
(->>
(d/query query)
(map first)
(->graphql ))))