Commit 80afc33
authored
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-is1 parent 1cdb7f8 commit 80afc33
File tree
3 files changed
+4196
-1439
lines changed- .changeset
- packages/server/src/plugin/schemaReporting/generated
3 files changed
+4196
-1439
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
0 commit comments