Skip to content

Commit 4428d43

Browse files
committed
update README
1 parent 8677392 commit 4428d43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ cargo add graphql-tools
2828
### Roadmap and progress
2929

3030
- [ ] Better documentation
31-
- [x] Visitor: `SchemaVisitor`
32-
- [x] Visitor: `QueryVisitor`
31+
- [x] AST Visitor for GraphQL schema (`graphql_parser::schema::Document`)
32+
- [x] AST Visitor for GraphQL operations (`graphql_parser::operation::Document`)
33+
- [x] AST Visitor with TypeInfo
34+
- [x] AST tools (ongoing)
35+
- [x] `struct` extensions
3336
- [x] GraphQL Validation engine
3437
- [ ] Validation rules (in-progress)
3538

0 commit comments

Comments
 (0)