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.
2 parents 71b6308 + 0597fce commit d8e91dcCopy full SHA for d8e91dc
README.md
@@ -203,7 +203,7 @@ type: `ValidationSchemaExportType` default: `'function'`
203
204
Specify validation schema export type.
205
206
-### `useEnumTypeAsDefault`
+### `useEnumTypeAsDefaultValue`
207
208
type: `boolean` default: `false`
209
src/config.ts
@@ -223,7 +223,7 @@ export interface ValidationSchemaPluginConfig extends TypeScriptPluginConfig {
223
* - typescript
224
* - graphql-codegen-validation-schema
225
* config:
226
- * useEnumTypeAsDefault: true
+ * useEnumTypeAsDefaultValue: true
227
* ```
228
*/
229
useEnumTypeAsDefaultValue?: boolean
0 commit comments