File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ generates:
48
48
path/to/graphql.ts:
49
49
plugins:
50
50
- typescript
51
- - graphql-codegen -validation-schema
51
+ - typescript -validation-schema
52
52
config:
53
53
schema: yup
54
54
` ` `
@@ -66,7 +66,7 @@ generates:
66
66
- typescript
67
67
path/to/validation.ts:
68
68
plugins:
69
- - graphql-codegen -validation-schema
69
+ - typescript -validation-schema
70
70
config:
71
71
importFrom: ./graphql # path for generated ts code
72
72
` ` `
@@ -105,7 +105,7 @@ generates:
105
105
path/to/graphql.ts:
106
106
plugins:
107
107
- typescript
108
- - graphql-codegen -validation-schema
108
+ - typescript -validation-schema
109
109
config:
110
110
schema: yup
111
111
directives:
@@ -145,7 +145,7 @@ generates:
145
145
path/to/graphql.ts :
146
146
plugins :
147
147
- typescript
148
- - graphql-codegen -validation-schema
148
+ - typescript -validation-schema
149
149
config :
150
150
schema : zod
151
151
directives :
You can’t perform that action at this time.
0 commit comments