Hi, I'm planning to integrate prisma server with A...
# prisma-whats-new
k
Hi, I'm planning to integrate prisma server with Algolia service, so will listen to server side subscription for changes. But the subscription seem design for webhook only, is there a way to listen locally and call Algolia manually. Am I heading correct dirrection?
l
I've never worked with Algolia, so I'm not sure their requirements, but you can always create an updating service and stick that into the relevant GraphQL-Yoga resolver
s
Even easier: just in your server start a subscription and run code for each new event. @nikolasburk can you provide an example?