graphql-extra
graphql-extra copied to clipboard
Documentation
Opening this issue to document progress on documentation.
This project contains way more code than words and this should be amended :)
The project main goals are:
- [ ] flexible code first graphql SDL
- [ ] abstracting tested boilerplate for various codegens
- [ ] utility set for testing graphql stuff
And there are few conceptual modules:
- [ ] code-first ast creation
- [ ] mixins/apis for mutation of AST nodes
- [ ] hooks/utils on which apis are build
- [ ] hight level helpers (that are not quite there yet)
All those were meant to be quite composable and I should probably provide few patterns of what could be done with it :)
For docs site - except autogenerated typedoc - https://codedoc.cc/ looks nice.