Maelstroms38 / stream-me

Share your favorite streams. Built with Next.js, Typescript and GraphQL
https://michaelstromer.nyc/books/strongly-typed-next-js/introduction
4 stars 3 forks source link

Deploying if NestJS was used instead of TypedGraphQL #2

Open praisegeek opened 3 years ago

praisegeek commented 3 years ago

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.

Maelstroms38 commented 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!

praisegeek commented 3 years ago

@Maelstroms38 Ok thanks I'll look into it.