Skip to content

Commit c68b282

Browse files
authored
Merge pull request #10 from Code-Hex/fix/plugin-usage
fixed to typescript-validation-schema
2 parents 7b887f6 + 89971f6 commit c68b282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)