apollo-rs
apollo-rs copied to clipboard
apollo-compiler 1.0 checklist
### Potential breaking API changes (to do before leaving beta, or decide not to do)
- [ ] https://github.com/apollographql/apollo-rs/issues/708
- [ ] https://github.com/apollographql/apollo-rs/issues/709
- [ ] https://github.com/apollographql/apollo-rs/issues/710
- [ ] https://github.com/apollographql/apollo-rs/issues/711
- [ ] https://github.com/apollographql/apollo-rs/issues/538
### Tasks
- [x] validation on top of current data structure
- [x] port the router to the new APIs
- [x] set_type_system_hir
- [x] run on the schema corpus
- [x] remove `hir` module
- [x] adding to the test suite with old `hir` to test the new `hir`
- [x] finish porting validation code to compiler-less mechanism
- [ ] docs for the new architecture
- [ ] docs for new API usage (rust inline docs + readme)
- [ ] add performance benchmarking between new vs old vs graphql-js implementation (validation specifically)
- [ ] example: operation manipulations
- [ ] example: synthetic/logic based schema creation (only merge specific fields in an object type)
- [ ] example: create a schema and use that as set_type_system_hir to start a compiler