You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Generates validation schema for generated `const enum`, you can read more about const enums here: https://www.typescriptlang.org/docs/handbook/enums.html.
43
-
* @default false
44
-
*
45
-
* @exampleMarkdown
46
-
* ```yml
47
-
* generates:
48
-
* path/to/file.ts:
49
-
* plugins:
50
-
* - typescript
51
-
* - graphql-codegen-validation-schema
52
-
* config:
53
-
* constEnums: true
54
-
* ```
55
-
*/
56
-
constEnums?: boolean;
57
41
/**
58
42
* @description Generates validation schema for enum as TypeScript `type`
0 commit comments