I am new to Prisma. I have an existing Apollo Grap...
# orm-help
j
I am new to Prisma. I have an existing Apollo Graphql server with business logics etc. Now I created a Prisma API with my data model and it generates a prisma.graghql. cool .. But I don't no how to connect this Prisma API with my existing Apollo GraphQL API. I want to use Prisma API from the resolver part of Apollo Grapghql API. I heard Prisma binding using for that ...But I not much aware about binding ..............Guys pls help....🤔
n
j
what should i put in schema.graphql in src folder of prisma. it is not generating anything, And the index.js contains some dummy query and mutation. Do i need to create query and mutations with prisma generated scehma or with my own apollo graphql schema.