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.
- Host: GitHub
- URL: https://github.com/juxt/grab
- Owner: juxt
- Created: 2021-07-29T12:37:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T13:48:48.000Z (about 3 years ago)
- Last Synced: 2025-07-29T14:44:59.319Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 2 MB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
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.