feat(presets/client): support enumValues option#10120
feat(presets/client): support enumValues option#10120eddeee888 merged 2 commits intodotansimha:masterfrom yangirov:master
Conversation
🦋 Changeset detectedLatest commit: b96320c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
@dotansimha @saihaj Could you please review and run tests on this pull request? Thanks! |
|
@dotansimha any chance someone can take a look at this? It's been 9 months and I've been maintaining a patch to do this in my project for a very long time. |
|
@dotansimha @eddeee888 this PR adds Tests pass, everything works. It’s been open for 9 months — would be great to get it merged 🙏 Thanks! |
|
@eddeee888 @dotansimha ping |
|
@yangirov I think you tagged me by mistake, I am not the maintainer of the project 😅 |
Description
Add support for
enumValuesin@graphql-codegen/client-preset.Related #8562 (comment), #10349
Type of change
Please delete options that are not relevant.
Screenshots/Sandbox (if appropriate/relevant):
N/A
How Has This Been Tested?
enumValueswith enum replacement. Ranyarn test.Test Environment:
@graphql-codegen/client-preset: 4.3.3Checklist:
Further comments
The
@graphql-codegen/client-preset packagenow supports theenumValuesoption.