Hi. I am considering a stack for a new application. Asking for opinions on Prisma+Apollo+NestJS vs Prisma+Apollo.
NestJS offers ways to maintain the schema, Apollo of course, but Prisma offers it too. I want to use migrations. Would NestJS even be a benefit in this case? If I use Prisma to maintain the schema, will that generate a GraphQL schema that NestLS can use? Thanks for any advice.