-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add graphql-codegen support #305
Conversation
Thanks, happy to merge this one when it's finished, almost there I guess!
Sorry about that, will update plugin template & docs. Just pushed a commit: plugins need the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nitpick, happy to merge then
And this should now be all good ! |
Thanks, Nicolas! Again, great work, I really appreciate everything you do for Knip 🙏 |
🚀 This pull request is included in v2.38.0. See Release 2.38.0 for release notes. |
❤️ this is amazing, thanks for adding it |
This PR introduce support for Graphql-codegen to knip.
This inclues all the different config format, all with types coming from the lib itself to ensure we are reading the correct values.
I'v added
However, I have a small issue, for some reason, the plugin won't read package.json, I have to figure out why