Help with Prisma Validator static evaluation
I am trying to build a helper function that will allow me to abstract away some deeply nested includes for a data type. However I'm trying to make this reusable like in the following snippet
The issue with this is that I wish it would correctly map when passing
The issue with this is that I wish it would correctly map when passing
true to { include: { someTable: true } }. Any wizards that could help?