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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ generates:
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
33
34
+
...And I wrote some tips in there.
35
+
34
36
## Config API Reference
35
37
36
38
### `schema`
@@ -96,7 +98,7 @@ input ExampleInput {
96
98
}
97
99
```
98
100
99
-
#### yup
101
+
#### yup schema
100
102
101
103
```yml
102
104
generates:
@@ -136,8 +138,7 @@ export function ExampleInputSchema(): yup.SchemaOf<ExampleInput> {
0 commit comments