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
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
-[x] support [yup](https://github.com/jquense/yup)
8
8
-[x] support [zod](https://github.com/colinhacks/zod)
9
+
-[x] support [myzod](https://github.com/davidmdm/myzod)
9
10
10
11
## Quick Start
11
12
@@ -29,9 +30,9 @@ generates:
29
30
schema: yup # or zod
30
31
```
31
32
32
-
You can check [example directory](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/tree/main/example) if you want to see more complex config example or how is generated some files.
33
+
You can check [example](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/tree/main/example) directory if you want to see more complex config example or how is generated some files.
33
34
34
-
...And I wrote some tips in there.
35
+
The Q&A for each schema is written in the README in the respective example directory.
0 commit comments