DCsanD
Convex Communityโ€ข3y agoโ€ข
18 replies
DCsan

virtual / calculated fields

I'm not sure if Convex really has model classes, but is there a way to extend a schema/model with something like virtual fields?

canonical example is you have first, last name fields and want a fullName that just concats them.

In my data model, it more just seems pure objects and I'm not even sure if there are underlying classes that I could patch methods onto that can look into the data of the object.
Was this page helpful?