We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8677392 commit 4428d43Copy full SHA for 4428d43
README.md
@@ -28,8 +28,11 @@ cargo add graphql-tools
28
### Roadmap and progress
29
30
- [ ] Better documentation
31
-- [x] Visitor: `SchemaVisitor`
32
-- [x] Visitor: `QueryVisitor`
+- [x] AST Visitor for GraphQL schema (`graphql_parser::schema::Document`)
+- [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
36
- [x] GraphQL Validation engine
37
- [ ] Validation rules (in-progress)
38
0 commit comments