zen-ventzi-marinov
zen-ventzi-marinov
There is an onAdd function where we can get the added mentions but there is no onRemove, which is just as needed in most cases. The second best solution to...
Links seem to be broken, or at least without access rights to the repo and lead back to the Wiki homepage. The image below is after you click any of...
Here is some example schemas. ```ts import { createSchema, Type, typedModel } from "ts-mongoose"; import 'ts-mongoose/plugin' const UserSchema = createSchema({ name: Type.string() }); const LikerSchema = createSchema({ user: Type.string(), numOfLikes:...
### Type of issue Typo ### Description [Ctrl+f "query mapping", it's the only result. I'm new to the framework and could be wrong but it seems like there is a...