MichalLytek / type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://typegraphql.com
MIT License
7.98k stars 674 forks source link

TypeDoc #1612

Closed carlocorradini closed 5 months ago

carlocorradini commented 5 months ago

Is your feature request related to a problem? Please describe. Add TypeDoc to help exploring the API, and much more... The generated documentation can be included in the website 🥳

Additional context I've already created a branch with TypeDoc. See https://github.com/carlocorradini/type-graphql/tree/typedoc and run npm run gen:typedoc

MichalLytek commented 5 months ago

I don't see a point of this in that shape. It's just a DTS browser that you have to change your window from vscode to browser in order to see that. Jumping in IDE is much easier.

Without JSDoc, proper documentation and link (#17) it does not bring the needed value. We can use it when #17 is ready and it can integrate with that easily.

carlocorradini commented 5 months ago

LGTM Future! 🔮