-
**Describe the Bug**
Generator typegraphql-prisma is taking >4 minutes compared to prisma client for a schema with >400 models while prisma client takes just under 1-2 seconds. Is this expected behav…
-
I found the issue when i started to create a custom resolver
my custom resolver use prisma from context attached to the generated typescript prismaClient
To see the typescript mismatches from any …
-
**Describe the Bug**
After upgrading to `0.28.0` to address #450, I'm getting generated files that fail the TypeScript build with errors like this:
```
prisma/generated/typegraphql/index.ts:16:…
-
## TypeGraphQL v2.0
The 2.0 release won't be a rewrite from scratch nor a breaking change in the existing API 👀
Basically, two main goals of this release are:
1) GraphQL v16 upgrade - this is …
-
Will this work with Typegraphql and Bun? I will try it tonight and see how far I get. I am also new to DI so not sure about the library or technology as their isn't much documentation on it here.
S…
-
How do you get the type of the context when using mercurius with typegraphql where a resolver has a ctx param such as:
```
@Query(...)
async fileexists(@Arg('fspath') fspath: string, @Ctx() c…
-
**Is your feature request related to a problem? Please describe.**
I am working as the lead in a team of software developers that have been working on a microservices solution backed by TypeGraphQL f…
-
**Is your feature request related to a problem? Please describe.**
Unrelated npm script calls seem to affect `@generated/typegraphql` resources. I might be mistaken, but vscode frequently seems to …
-
As you may already know, Prisma recently went through the restructuring process:
https://www.prisma.io/blog/restructure-announcement-1a9ek279du8j
The layoff also reached freelance OSS contributors…
-
**Describe the Bug**
**To Reproduce**
1. Have an incorrect `output` path in the schema
```prisma
generator typegraphql {
provider = "typegraphql-prisma"
output = "../../blah" // Incorr…