Hi guys I have 1 question, does I need graphql-yog...
# orm-help
d
Hi guys I have 1 question, does I need graphql-yoga to bind with prisma to write custom resolvers for my Queries and Mutations ?
l
You need a server to translate the request through the custom resolvers. The typical choices are Yoga or Apollo Server
d
Thanks @lawjolla
💯 1