Join Slack
Powered by
hi guys, is there a way to make a microservice con...
# orm-help
r
rein
02/26/2019, 10:28 AM
hi guys, is there a way to make a microservice connect directly to my prisma endpoint, so not the api layer but still listen for any create/update changes in the data via a sort of hook?
a
Arnab
02/26/2019, 11:36 AM
Sounds like you want subscriptions?
https://www.prisma.io/docs/prisma-graphql-api/reference/subscriptions-qwe3/
Arnab
02/26/2019, 11:38 AM
Note that you won't be able to listen for data changes caused by batch updates using this but still
3
Views
Open in Slack
Previous
Next