File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ generates:
4848 path/to/graphql.ts:
4949 plugins:
5050 - typescript
51- - graphql-codegen -validation-schema
51+ - typescript -validation-schema
5252 config:
5353 schema: yup
5454` ` `
@@ -66,7 +66,7 @@ generates:
6666 - typescript
6767 path/to/validation.ts:
6868 plugins:
69- - graphql-codegen -validation-schema
69+ - typescript -validation-schema
7070 config:
7171 importFrom: ./graphql # path for generated ts code
7272` ` `
@@ -105,7 +105,7 @@ generates:
105105 path/to/graphql.ts:
106106 plugins:
107107 - typescript
108- - graphql-codegen -validation-schema
108+ - typescript -validation-schema
109109 config:
110110 schema: yup
111111 directives:
@@ -145,7 +145,7 @@ generates:
145145 path/to/graphql.ts :
146146 plugins :
147147 - typescript
148- - graphql-codegen -validation-schema
148+ - typescript -validation-schema
149149 config :
150150 schema : zod
151151 directives :
You can’t perform that action at this time.
0 commit comments