An open API service indexing awesome lists of open source software.

https://github.com/juxt/grab

A Clojure library for parsing and executing GraphQL queries.
https://github.com/juxt/grab

Last synced: 5 months ago
JSON representation

A Clojure library for parsing and executing GraphQL queries.

Awesome Lists containing this project

README

          

= 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.