GraphQL implementation in Haskell
Go to file
Eugen Wissner 4812c8f039 Introduce formatter type for the encoder
... to distinguish between minified and pretty printing.
2019-07-31 05:40:17 +02:00
docs/tutorial Make the tutorial to compile again 2019-07-20 07:11:10 +02:00
src/Language Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
tests Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
.gitignore Update .gitignore 2017-01-29 11:11:30 -03:00
CHANGELOG.md Test the encoder with the unminified document 2019-07-27 07:31:09 +02:00
graphql.cabal Add singleError utility function 2019-07-23 07:22:32 +02:00
LICENSE Add licence badge 2019-07-06 07:57:18 +02:00
package.yaml Add singleError utility function 2019-07-23 07:22:32 +02:00
README.md Remove TODO 2019-07-17 07:06:35 +02:00
semaphoreci.sh Make the tutorial to compile again 2019-07-20 07:11:10 +02:00
Setup.hs Initial commit 2015-09-12 12:54:05 +02:00
stack.yaml Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
stack.yaml.lock Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00

Haskell GraphQL

Hackage Version Build Status License

For now this only provides a parser for the GraphQL query language and allows to execute queries and mutations without the schema validation step. But the idea is to be a Haskell port of graphql-js. Next releases should include:

  • GraphQL AST
  • Parser for the GraphQL language.
  • Printer for GraphQL. This is not pretty yet.
  • GraphQL Schema AST.
  • Parser for the GraphQL Schema language.
  • Printer for the GraphQL Schema language.
  • Interpreter of GraphQL requests.
  • Utilities to define GraphQL types and schema.

Contact

Suggestions, contributions and bug reports are welcome.

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