Hi Guys, I am currently learning and exploring pri...
# orm-help
k
Hi Guys, I am currently learning and exploring prisma3 for MySQL. I am unable to find relevant docs for prisma support for GraphQL Subscriptions. In V1, it was done via prisma-bindings, however I am not sure about v3.
d
k
Hi @Deogratius, Thank you for replying back. Thank you for sharing the issue thread. I guess I have to use pubsub via graphql-yoga
👍 1
n
Hey Keshav 👋 Prisma 2+ is API agnostic so you could use prisma with REST, GraphQL or gRPC. In your use case you can definitely use
graphql-yoga
k
Yes I guess I have to go with graphql yoga implementation of subscription.
👍 1