eddeee888 / graphql-code-generator-plugins

List of GraphQL Code Generator plugins that complements the official plugins.
MIT License
46 stars 11 forks source link

Change to generate a separate resolver when extending type other than RootObject. #173

Closed YutaUra closed 10 months ago

YutaUra commented 1 year ago

see: https://github.com/eddeee888/graphql-code-generator-plugins/pull/168

:memo:

I think the implementation is complete, but the code is generally messy. I also feel like it doesn't fit in well with the rest of the code, and I think it would be better if it could be written to fit in better.

I am eagerly awaiting your review feedback.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 08e98d75b73ef95943f3f329ebdbd50f37bd2446

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------------------------------- | ----- | | @eddeee888/gcg-typescript-resolver-files | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

eddeee888 commented 10 months ago

This is available in v0.7.0: https://github.com/eddeee888/graphql-code-generator-plugins/releases/tag/%40eddeee888%2Fgcg-typescript-resolver-files%400.7.0

Thanks so much for the inspiration and discussion! Please let me know if it doesn't suit your needs or any improvement ideas!