grab icon indicating copy to clipboard operation
grab copied to clipboard

A Clojure library for parsing and executing GraphQL queries.

= Grab

A minimal GraphQL implementation in Clojure.

Grab supports GraphQL's SDL language for defining schemas.

== Specification

The relevant GraphQL specification version is the https://spec.graphql.org/June2018/[June 2018 Edition].

== Usage

For now, inspect the tests for how to use the library.