We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58658c2 commit b1e7f30Copy full SHA for b1e7f30
README.md
@@ -187,6 +187,24 @@ config:
187
Email: z.string().email()
188
```
189
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
203
204
+ schema: zod
205
+ defaultScalarSchema: z.unknown()
206
207
208
### `withObjectType`
209
210
type: `boolean` default: `false`
0 commit comments