Open praisegeek opened 3 years ago
Hi, I have not yet tried to integrate TypeGraphQL with NestJS.
Luckily, it looks like the creator of TypeGraphQL wrote an implementation here: https://github.com/MichalLytek/typegraphql-nestjs
Best of luck!
@Maelstroms38 Ok thanks I'll look into it.
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 reproduce it exactly as implemented here but all to no luck.