Mongodb – How to load mongoose Schema from the collection name
Ideally, for populate to work during queries in mongoose, both the schemas of that which is been populated and the calling schema needs to be imported in same file under same repo. Now, I have a scenario where a schema…