Hey all, does anyone know if there is a Table helper equivalent for convex ENTs?
For example, I am currently using the
defineEnts method to define a table in my schema: And I am exporting a separate obj in order to infer argument validation for the corresponding
create mutation: Just wondering if there is a way to declare the validator once and feed it into the schema with the ENT-way of doing things. As outlined in the best practices of not redefining the shape in vanilla convex:
