you can find transactions now

This commit is contained in:
Bryce Covert
2018-08-14 07:53:25 -07:00
parent b5ab860315
commit ed97cf563f
7 changed files with 49 additions and 31 deletions

View File

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