Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork512
Open
Description
Description of the feature
To integrate correctly with the rest of my system I need to be able to rename the casing of all enums fromSCREAMING_SNAKE_CASE toPascalCase.
Right now this is possible usingrename_items annotation, but in my case the enums are generated, so I cannot annotate them.
I need a way to globally configureasync-graphql to usePascalCase for enums :)