diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-14 17:25:18 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-14 17:25:18 +0200 |
| commit | 7cf2b5933148a3d0e2f996dd483398579cddbeed (patch) | |
| tree | eb4359f6b606c29f7b48ed5a7564a5050fdec92e /README.md | |
| parent | dcd7b46a6d726313f89473dc91f4ef468c4f6ae7 (diff) | |
| download | graphql-7cf2b5933148a3d0e2f996dd483398579cddbeed.tar.gz | |
Version bump, CHANGELOG and some gardening
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,12 +7,15 @@ but the idea is to be a Haskell port of [`graphql-js`](https://github.com/graphql/graphql-js). Next releases should include: +- [x] GraphQL AST - [ ] Parser for the GraphQL language. -- [ ] Data types for the GraphQL Schema language. +- [ ] 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. |
