2015-09-12 12:54:05 +02:00
|
|
|
# Haskell GraphQL
|
|
|
|
|
|
|
|
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
|
2015-09-16 10:48:25 +02:00
|
|
|
[![Build Status](https://img.shields.io/travis/jdnavarro/graphql-haskell.svg)](https://travis-ci.org/jdnavarro/graphql-haskell)
|
2015-09-12 12:54:05 +02:00
|
|
|
|
|
|
|
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`](https://github.com/graphql/graphql-js). Next releases
|
|
|
|
should include:
|
|
|
|
|
2015-09-14 17:25:18 +02:00
|
|
|
- [x] GraphQL AST
|
2015-09-14 17:26:09 +02:00
|
|
|
- [x] Parser for the GraphQL language. See TODO for caveats.
|
2015-09-14 17:25:18 +02:00
|
|
|
- [ ] GraphQL Schema AST.
|
2015-09-12 12:54:05 +02:00
|
|
|
- [ ] Parser for the GraphQL Schema language.
|
|
|
|
- [ ] Interpreter of GraphQL requests.
|
|
|
|
- [ ] Utilities to define GraphQL types and schema.
|
|
|
|
|
2015-09-14 17:25:18 +02:00
|
|
|
See the TODO file for more concrete tasks.
|
|
|
|
|
2015-09-12 12:54:05 +02:00
|
|
|
## Contact
|
|
|
|
|
|
|
|
Suggestions, contributions and bug reports are welcome.
|
|
|
|
|
2015-09-18 14:55:59 +02:00
|
|
|
Feel free to contact on Slack in [#haskell on
|
|
|
|
GraphQL](https://graphql.slack.com/messages/haskell/). You can obtain an
|
2015-09-12 12:54:05 +02:00
|
|
|
invitation [here](https://graphql-slack.herokuapp.com/).
|