Skip to content

Commit 6c11456

Browse files
committed
update readme.md
1 parent 57ff119 commit 6c11456

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
GraphQL in Rust!
33

44
## Features Planned
5-
- [ ] parser
6-
- [ ] schema?
5+
6+
- [ ] query parser
7+
~85% complete
8+
- [ ] schema construction via macros
9+
0% complete
10+
- [ ] Resolver trait
11+
0% complete
12+
- [ ] `resolver.resolve(schema, query)`
13+
0% complete

src/parser.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,9 @@ make_parser!(
740740
);
741741

742742
// TODO .skip(many::<Vec<_>,_>(or(WhiteSpace::new(), LineTerminator::new(&true))))
743-
// TODO add commas to this thing
743+
// TODO optional commas to this mess above :)
744+
745+
// TODO selection set
744746

745747
make_parser!(
746748
Alias(input: char) -> Name {

0 commit comments

Comments
 (0)