summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96408a4..5c5cbb8 100644
--- a/README.md
+++ b/README.md
@@ -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.