added a page to see the accounts.
This commit is contained in:
@@ -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 ))))
|
||||
|
||||
Reference in New Issue
Block a user