graphql-fx

A re-frame library for graphql requests

Leiningen/Boot

[graphql-fx "0.0.1"]

Clojure CLI/deps.edn

graphql-fx/graphql-fx {:mvn/version "0.0.1"}

Gradle

implementation("graphql-fx:graphql-fx:0.0.1")

Maven

<dependency>
  <groupId>graphql-fx</groupId>
  <artifactId>graphql-fx</artifactId>
  <version>0.0.1</version>
</dependency>