Skip to content

Commit 3b2b934

Browse files
authored
Update README.md
1 parent 6c0b654 commit 3b2b934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ generates:
2929
schema: yup
3030
```
3131
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+
3234
## Config API Reference
3335
3436
### `schema`
@@ -120,4 +122,4 @@ export function ExampleInputSchema(): yup.SchemaOf<ExampleInput> {
120122
message: yup.string().defined().matches(/^Hello/)
121123
})
122124
}
123-
```
125+
```

0 commit comments

Comments
 (0)