holdenH
Convex Community3y ago
4 replies
holden

optional fields

I have a field of type
v.optional(v.string())
.

How can I set the value to undefined? When I call
db.patch
with
value: undefined
, that seems to have no effect?
Was this page helpful?