| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | yes
| BC Break report? | no
| RFC? | no
| Version/Branch | x.y.z
Hello,
my proposal is to have a console command to generate HTML output with type definitions, mutations and resolvers linked to eachother. Something similar to graphql:debug but with data like arguments and possibility to move through various nested types etc. quickly.
Why? Easier job for front ends primarily.
Hello,
Just by curiosity why GraphiQL documentation does not make the job?
Kind of, but not fully, some useful info like resolvers are missing.
Ok thanks for answer, do you want to submit a PR for that?
Maybe this weekend, I'll see if I have time.
Good idea, didn't know that one. Could use that + a plugin for resolvers I guess
Seems that you got a way to solve you issue.
Most helpful comment
At job we are using an external Node.js app called graphdoc, which do exactly what you want (it even supports enums!).
The generated documentation is nice (our doc), but it requires to have Node.js and npm installed.