graphql-extra icon indicating copy to clipboard operation
graphql-extra copied to clipboard

Documentation

Open vadistic opened this issue 4 years ago • 0 comments

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.

vadistic avatar Apr 28 '20 23:04 vadistic