We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75f3ee commit 62c8199Copy full SHA for 62c8199
src/config.ts
@@ -230,6 +230,7 @@ export interface ValidationSchemaPluginConfig extends TypeScriptPluginConfig {
230
/**
231
* @description Uses the full path of the enum type as the default value instead of the stringified value.
232
* @default { enumValues: "change-case-all#pascalCase" }
233
+ * @link https://the-guild.dev/graphql/codegen/docs/config-reference/naming-convention
234
*
235
* Note: This option has not been tested with `namingConvention.transformUnderscore` and `namingConvention.typeNames` options,
236
* and may not work as expected.
0 commit comments