Hey guys, any way of building Apollo subscriptions and using Prisma as the data layer? if so, any resources on it?
r
Ryan
04/30/2020, 7:53 AM
Hey Kyle š
One way that you could implement subscriptions is in the following manner:
⢠manually triggering one inside of a mutation resolver. This repo might give you more insight on this š