gql-format

A declaritive data formatting library for constructing GraphQL queries and transforming its results.

Leiningen/Boot

[gql-format "0.1.0"]

Clojure CLI/deps.edn

gql-format/gql-format {:mvn/version "0.1.0"}

Gradle

implementation("gql-format:gql-format:0.1.0")

Maven

<dependency>
  <groupId>gql-format</groupId>
  <artifactId>gql-format</artifactId>
  <version>0.1.0</version>
</dependency>