summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-09-22 14:27:10 +0200
committerDanny Navarro <j@dannynavarro.net>2015-09-22 14:27:10 +0200
commit6ce2004264fe73bdcfbc8a4a19de659266442cb2 (patch)
treeea5a64d989fe09718bdfd71bc788db9e4d6c820b /README.md
parentaf42e5577cf9dcb2c55a0d76a2e479880150e7f1 (diff)
downloadgraphql-6ce2004264fe73bdcfbc8a4a19de659266442cb2.tar.gz
Version Bumpv0.3
This also includes updates to CHANGELOG, TODO and README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd8928a..1e7b121 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,11 @@ but the idea is to be a Haskell port of
should include:
- [x] GraphQL AST
-- [x] Parser for the GraphQL language. See TODO for caveats.
+- [x] Parser for the GraphQL language. See TODO for limitations.
+- [x] 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.