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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ generates:
29
29
schema: yup
30
30
```
31
31
32
+
You can check [example directory](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/tree/main/example) if you want to check more complex config example or how is generated some files.
33
+
32
34
## Config API Reference
33
35
34
36
### `schema`
@@ -120,4 +122,4 @@ export function ExampleInputSchema(): yup.SchemaOf<ExampleInput> {
0 commit comments