Hey guys, any way of building Apollo subscriptions...
# orm-help
k
Hey guys, any way of building Apollo subscriptions and using Prisma as the data layer? if so, any resources on it?
r
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 šŸ™‚