GraphQL implementation in Haskell
Go to file
Eugen Wissner adeba459a2 Release 0.9.0.0 2020-07-24 21:34:31 +02:00
.github/workflows Check in .cabal 2020-07-03 07:00:37 +02:00
docs/tutorial Return a stream as well from graphql* functions 2020-07-19 07:36:06 +02:00
src Release 0.9.0.0 2020-07-24 21:34:31 +02:00
tests Draft the Validation API 2020-07-20 21:29:12 +02:00
.gitignore Check in .cabal 2020-07-03 07:00:37 +02:00
CHANGELOG.md Release 0.9.0.0 2020-07-24 21:34:31 +02:00
CONTRIBUTING.md Write contrinbuting guidelines 2020-04-12 08:32:39 +02:00
LICENSE Update copyright 2020-01-21 23:27:21 +01:00
README.md Merge Trans and Type.Out modules 2020-07-02 07:33:03 +02:00
Setup.hs Initial commit 2015-09-12 12:54:05 +02:00
graphql.cabal Draft the Validation API 2020-07-20 21:29:12 +02:00
package.yaml Release 0.9.0.0 2020-07-24 21:34:31 +02:00
stack.yaml Release 0.9.0.0 2020-07-24 21:34:31 +02:00

README.md

Haskell GraphQL

Hackage Version Build Status License

GraphQL implementation in Haskell.

This implementation is relatively low-level by design, it doesn't provide any mappings between the GraphQL types and Haskell's type system and avoids compile-time magic. It focuses on flexibility instead, so other solutions can be built on top of it.

State of the work

For now this only provides a parser and a printer for the GraphQL query language and allows to execute queries and mutations using the given schema, but without the validation step. But the idea is to be a Haskell port of graphql-js.

For the list of currently missing features see issues marked as "not implemented".

Documentation

API documentation is available through Hackage.

You'll also find a small tutorial with some examples under docs/tutorial.

Further information

Contact

Suggestions, contributions and bug reports are welcome.

Should you have questions on usage, please open an issue and ask this helps to write useful documentation.

Feel free to contact on Slack in #haskell on GraphQL. You can obtain an invitation here.