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
* | For when the Zod validator runs _after_ the Convex validator | For when the Zod validator runs _before_ the Convex validator |
854
-
* | Convex types use the input types of Zod transformations | Convex types use the return types of Zod transformations |
855
-
* | The Convex validator can be less strict (some inputs might be accepted by Convex then rejected by Zod) | The Convex validator can be less strict (i.e. the type in Convex can be less precise than the type in the Zod output) |
856
-
* | When using Zod schemas for function definitions: used for _arguments_ | When using Zod schemas for function definitions: used for _return values_ |
857
-
* | When validating contents of the database with a Zod schema: used to validate data _after reading_ | When validating contents of the database with a Zod schema: used to validate data _before writing_ |
* | For when the Zod validator runs _after_ the Convex validator | For when the Zod validator runs _before_ the Convex validator |
1206
-
* | Convex types use the input types of Zod transformations | Convex types use the return types of Zod transformations |
1207
-
* | The Convex validator can be less strict (some inputs might be accepted by Convex then rejected by Zod) | The Convex validator can be less strict (i.e. the type in Convex can be less precise than the type in the Zod output) |
1208
-
* | When using Zod schemas for function definitions: used for _arguments_ | When using Zod schemas for function definitions: used for _return values_ |
1209
-
* | When validating contents of the database with a Zod schema: used to validate data _after reading_ | When validating contents of the database with a Zod schema: used to validate data _before writing_ |
0 commit comments