-
-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API reference with JSDocs #17
Comments
Any update on this? API Reference Documentation has always been key for me, and, as much as I love this project, this may influence our decision about whether to use it. In the meantime, it would be extremely helpful if you could provide either some links to what you think are the most important definitions, or a strategy to make locating them easier. |
The TS definition files are well maintained and acts as an API reference if you forgot about possible decorators options. TypeGraphQL is more frameworkish so the API reference docs page for e.g. It's not a library where you can simply describe each function input and output, so there's less demand for such API reference docs page. I have more important tasks and features to do, so it's not on top of my priority list for now. If anyone from the community want to help and contribute, please feel free to open a PR 😉 |
Ok, that's understandable. Thank you for the reply! |
If someone is looking for something more user-friendly than jumping through typescript definitions in IDE, you can try to use a tool called Paka 😉 |
ah, this is super cool! Thank you! |
The text was updated successfully, but these errors were encountered: