Hello, it is possible to return a number from a su...
# orm-help
l
Hello, it is possible to return a number from a subscription using graphql-yoga and prisma-bindings ? This is for a system of queue, we want to display the number of people in the line before you (each time someone quit the line this number is updated) ? I didn't found any post on it
n
Yeah that should be possible. There should be a
prisma.$subscribe
property that allows you to subscribe to changes on a type
l
I saw that on prisma client, but I am still using prisma bindings and there is nothing like that 😕