create type in schema
if I want to create a type for a field in the schema where do I add it
1 Reply
You would generally infer the type using Convex's
Infer
:
The schema's own types come from the validators used to define it, eg., v.boolean()
.