Skip to content

Commit 62c8199

Browse files
committed
added @link jsdoc for namingConvention option
1 parent f75f3ee commit 62c8199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export interface ValidationSchemaPluginConfig extends TypeScriptPluginConfig {
230230
/**
231231
* @description Uses the full path of the enum type as the default value instead of the stringified value.
232232
* @default { enumValues: "change-case-all#pascalCase" }
233+
* @link https://the-guild.dev/graphql/codegen/docs/config-reference/naming-convention
233234
*
234235
* Note: This option has not been tested with `namingConvention.transformUnderscore` and `namingConvention.typeNames` options,
235236
* and may not work as expected.

0 commit comments

Comments
 (0)