GraphQL implementation in Haskell
Go to file
Danny Navarro af42e5577c Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` 2015-09-22 14:23:18 +02:00
Data/GraphQL Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` 2015-09-22 14:23:18 +02:00
tests Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` 2015-09-22 14:23:18 +02:00
.ghci Convenient imports for ghci 2015-09-14 17:02:43 +02:00
.gitignore Initial commit 2015-09-12 12:54:05 +02:00
.travis.yml Add travis support 2015-09-16 10:51:53 +02:00
CHANGELOG.md Version bump and CHANGELOG 2015-09-16 11:16:16 +02:00
LICENSE Initial commit 2015-09-12 12:54:05 +02:00
README.md Garden 2015-09-18 14:55:59 +02:00
Setup.hs Initial commit 2015-09-12 12:54:05 +02:00
TODO Parse secure names 2015-09-18 15:43:22 +02:00
graphql.cabal Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` 2015-09-22 14:23:18 +02:00
stack-7.8.yaml Support ghc-7.8 2015-09-16 10:36:59 +02:00
stack-7.10.yaml Support ghc-7.8 2015-09-16 10:36:59 +02:00
stack.yaml Support ghc-7.8 2015-09-16 10:36:59 +02:00

README.md

Haskell GraphQL

Hackage Version Build Status

For now this only provides the data types to represent the GraphQL AST, but the idea is to be a Haskell port of graphql-js. Next releases should include:

  • GraphQL AST
  • Parser for the GraphQL language. See TODO for caveats.
  • GraphQL Schema AST.
  • Parser for the GraphQL Schema language.
  • Interpreter of GraphQL requests.
  • Utilities to define GraphQL types and schema.

See the TODO file for more concrete tasks.

Contact

Suggestions, contributions and bug reports are welcome.

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