-
See if we can do some integration with graphql-nexus and typegraphql.
-
**Describe the Bug**
If a prisma model contains only one single `Int` field which is omitted using `/// @TypeGraphQL.omit(output: true, input: true)`, the following error occurs when generating the…
-
Based on the conversation on the schema first approach (#222), it would be nice to have a website (or as a part of TypeGraphQL CLI - #66) that would convert the schema definition to TypeGraphQL type c…
-
Hello, we are using Prisma with [typegraphql](https://github.com/MichalLytek/typegraphql-prisma) and we want to know if it's possible to use your stack ? any POC or repo with nestjs examples ?
Thanks…
-
**Describe the bug**
When a mutation argument type contains a scalar property the generated code fails to compile. The scalar is wrapped with either a FixFixture or Maybe with the error message "Cann…
-
### Bug description
Our team upgraded from 4.14.1 to 5.0.0 and ran into bugs due to our usage of typegraphql-prisma and the new default enabled `filteredRelationCount` feature released to GA in 4.16.…
-
Hi, I found out you have used express as a custom server with TypedGraphQL and NextJS handler together.
Can this be done if the api runs on NestJS since it also uses express. I have tried to repr…
-
I have been working on a combination of TypeGraphQL & TypeORM & Apollo, in which I think TypeGraphQL is an essential part of a stable and flexible GraphQL API Server, so I think **Simplified Chinese D…
-
Didn't know how to reach out. So I'm creating a new issue. Your website is broken. Looking at the console you have dependencies on vue and vue router that broke. Says it's related to unpkg.
-
I'm running into an issue with type conflicts when using doc lines in schema.prisma to change field names, where it looks like the type that prisma returns from create/find/etc doesn't match up with t…