Skip to content

Commit b1e7f30

Browse files
committed
chore(README): update README
1 parent 58658c2 commit b1e7f30

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,24 @@ config:
187187
Email: z.string().email()
188188
```
189189

190+
### `defaultScalarTypeSchema`
191+
192+
type: `string`
193+
194+
#### yup schema
195+
```yml
196+
config:
197+
schema: yup
198+
defaultScalarSchema: yup.unknown()
199+
```
200+
201+
#### zod schema
202+
```yml
203+
config:
204+
schema: zod
205+
defaultScalarSchema: z.unknown()
206+
```
207+
190208
### `withObjectType`
191209

192210
type: `boolean` default: `false`

0 commit comments

Comments
 (0)