Dick Fickling

Results 7 issues of 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...

status: needs triage

**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...

enhancement
priority:low

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...

enhancement
blocked
priority:low

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...

community
feature-request
integrations

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,...

enhancement
priority:low
community

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...

enhancement
community