Dick Fickling
Dick Fickling
### Description I think this is related to https://github.com/typestack/routing-controllers/issues/243. If currentUserChecker doesn't return a user, we try to send headers after the socket is destroyed, which causes issues. Adding the...
**Describe the Bug** Not sure if this is a bug or a feature request, but it takes more 20 seconds to run `prisma generate` with the typegraphql generator enabled. Generating...
First and foremost: thank you for this library. I love it. It's made my life so much easier. Would it be possible to add aggregations and groupby support to the...
I'm using [Prisma](prisma.io) to manage database connections / queries. Really missing being able to track down slow MySQL queries in DD. Would be great to see support for prisma query...
Let's say I have two models - employee and company. Company has many employees. I'd like to restrict the emitted types for the EmployeeCreateOneInput to only allow `connect`ing a company,...
Fix for #452 Need to add tests, but before I do, @MichalLytek let me know if I'm on the right path. This change works locally. Usage: ``` /// @@TypeGraphQL.simpleResolvers(enable: true)...
We are running into performance issues with one of our models and would like to set `simpleResolvers: true` for just that model. I don't want to enable it globally because...