Can I call directly prisma generated queries and m...
# orm-help
j
Can I call directly prisma generated queries and mutation of Prisma.graphql from my apollo graphql server without creating any resolversin Prisma. Is it possible do that?
n
check the thread for the previous message 🙂
j
I go through the blog and clone the project. But i little bit confused of prisma.ts [ file says it is auto generated ]. And I understood the resolver and prisma db calling part. But i didin't get how to connect my existing resolver [ Apollo client graphql server business part ] with the prisma resolver.