-
-
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
docs: directive(s) not present in typeDefs when using buildTypeDefsAndResolvers(Sync) #1399
Comments
We could even replace the printSchema with the function from graphql tools to have directives printed. |
Therefore, add graph-tools as a dependency? |
Yes, until we have a plugin system and modular packages, we need to download everything even if not needed for most of the users 🤔 |
Any idea for the implementation of a plugin/extension system? |
Started 2 years ago a complete rewrite from scratch 😅 |
Yup, saw it! |
The board was up to date with the state of my local branch. Now I think I would need to update lerna to nx, npm workspaces, etc. 😄 |
If I can help, I love TypeGraphQL and I'm using it in my Master's Thesis (and a lot of other projects too), so... yeah, TypeGraphQL all the way 😂 Several months ago I may have agreed with you for ditching Lerna with something else but now Lerna is super carried and heavily maintained. |
Moreover, I think that could be super useful if we create a TypeGraphQL chatroom (i.e., Discord, Slack, etc.) for thoughts, etc. |
I think we should add to the docs that
buildTypeDefsAndResolvers
andbuildTypeDefsAndResolversSync
do not have any directive(s) intypeDefs
.The text was updated successfully, but these errors were encountered: