re-graph

GraphQL client for re-frame applications

Leiningen/Boot

[re-graph "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

re-graph/re-graph {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("re-graph:re-graph:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>re-graph</groupId>
  <artifactId>re-graph</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>