aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 014389d02457072aef5881b3d9c26fc7b0f167f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GraphQL implementation in Haskell

This is the core library that provides:

- Parser for the query and schema languages, as well as a printer for the query
  language (minimizer and pretty-printer).
- Data structures to define a type system.
- Executor (queries, mutations and subscriptions are supported).
- Validation.

## Documentation

Report issues on the
[bug tracker](https://www.caraus.tech/projects/graphql/issues).

API documentation is available through
[Hackage](https://hackage.haskell.org/package/graphql).