everything is now looked up through datomic

This commit is contained in:
Bryce Covert
2018-08-16 07:13:29 -07:00
parent a25232a195
commit 202ed6b0e2
5 changed files with 57 additions and 71 deletions

View File

@@ -2,7 +2,7 @@
(:require [datomic.api :as d]
[auto-ap.datomic :refer [uri]]))
(defn get-graphql []
(defn get-graphql [args]
(->> (d/q '[:find (pull ?e [*])
:where [?e :vendor/name]]