GraphQL implementation in Haskell
Go to file
2019-07-25 07:37:36 +02:00
docs/tutorial Make the tutorial to compile again 2019-07-20 07:11:10 +02:00
src/Language Implement multiple operation support 2019-07-25 07:37:36 +02:00
tests Add singleError utility function 2019-07-23 07:22:32 +02:00
.gitignore Update .gitignore 2017-01-29 11:11:30 -03:00
CHANGELOG.md Implement multiple operation support 2019-07-25 07:37:36 +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 Make the tutorial to compile again 2019-07-20 07:11:10 +02:00
stack.yaml.lock Make the tutorial to compile again 2019-07-20 07:11:10 +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.