alternatives to typegraphql-prisma
How to use TypeGraphQL with tsyringe - Stack Overflow
Why I prefer GraphQL.js over TypeGraphQL and GraphQL Nexus
TypeGraphql/TypeORM best practices
Hey guys, got a question.
Why is it that everyone seems to be using TypeGraphQL instead of GraphQL in a Typescript node setting?
What I mean by this is, for example, I start a node project with typescript, my main entrance file is index.ts. I got queries, types, all files end with .ts.
Doesn't this give me the same type of security as TypeGraphQL does? Why is it that nobody seems to do it like I do? When I google GraphQL TypeScript, all I get is TypeGraphQL articles.
Am I missing something? Is there something "invalid" in how I do it? Am I digging myself into a deep hole?
Thanks.
» npm install typegraphql-prisma
» npm install @tsed/typegraphql
Are there any good maintained alternatives to typegraphql-prisma? It looks like the project is no longer maintained and is using an older version of `@prisma/client`. I am trying to build an app and I was thinking about using NestJS w/ Typescript, GraphQL (Apollo) and Prisma (Postgres). I figured there would be a way to autogenerate the GraphQL resolvers from my Prisma schema, but I'm not finding any good tools. Or maybe I'm just confused. Is this not the way people are doing it anymore?
» npm install @scope3/type-graphql
» npm install type-graphql