moving to merge-query

This commit is contained in:
Bryce Covert
2019-05-04 19:01:12 -07:00
parent 976d37d641
commit e6a36b190a
2 changed files with 38 additions and 23 deletions

View File

@@ -137,10 +137,6 @@
[(->> (graphql-results ids-to-retrieve db args))
matching-count]))
(defn count-graphql [args]
(->> (raw-graphql args)
(count)))
(defn get-by-id [id]
(->>
(d/pull (d/db (d/connect uri)) default-read id)