eddeee888 / graphql-code-generator-plugins

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

Update args for missing mapper resolvers #234

Closed kdawgwilk closed 6 months ago

kdawgwilk commented 7 months ago

I have found that not having the args generated for the missing resolvers when using Mapper types is a bit annoying since I have to add them every time and would rather them be generated but with _ prefixes so linters don't flag them as unused args similar to how all the other resolvers are already generated.

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: 605ef391d1e160f7c40966670f37e9ac2dd871f2

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

kdawgwilk commented 7 months ago

I assume some tests will fail with this change, I will try and get back to those and get them fixed unless someone else gets to them before me

eddeee888 commented 6 months ago

Thank you for this PR @kdawgwilk ! And apologies for the late reply, I can take a look at this PR and make the tests pass