Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update codegen config to prevent naming collision of enum values (#7854)
In particular, the `LoginFlowSource` being generated resulted in a TypeScript error due to the way the enum values are transformed. This change prevents the two enum values from yielding a naming collision. https://the-guild.dev/graphql/codegen/docs/config-reference/naming-convention#keep-names-as-is
- Loading branch information