Hi,
I've asked this question on stack overflow but got no answers so maybe i'll have a better chance here.
I'm having a hard time understanding what graphql can achieve on top of prisma besides having a singular endpoint.
I've been hearing that the main selling point of graphql is the fact that you are able to query for the specific fields you want to receive, but can't that also be achieved with prisma using the "select" property?
const users = await user.findMany({
select: {
email: true,
},
}); Thank you for your answers!
How to generate graphql-schema file from schema.prisma in Prisma3
Any success stories using Prisma?
I believe there was a weekly discussion around this last week? Maybe worth digging through the comments and links?
More on reddit.comIs there any reason not to use Prisma?
How Prisma and GraphQL fit together
Hi there! One of the reason I’m not using prisma right now is I can’t see to deploy it to zeit v2. That said, if I could do that I’d be using prisma and nexus. Any idea if we’ll ever be able to?
More on reddit.com
» npm install prisma-nestjs-graphql