everything is now looked up through datomic
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user