Is there a way to subscribe to only certain events...
# prisma-whats-new
m
Is there a way to subscribe to only certain events? For example, if I have chat in my application, is it customary for the client to subscribe to all message-related updates and filter on its end? This seems counter intuitive, but I'm new to the whole websockets game.
l
m
Thanks for the tip! I will look at these links!
👍 1
So, this looks totally doable for GraphCool, but I can't seem to figure out how to make it work with Prisma 😕
m
@nilan Is the above going to work or is it also subject to the where clause anomaly?
n
You can make it work in Prisma in your application logic. See https://github.com/graphcool/prisma-binding/issues/78
and please subscribe to this issue: https://github.com/graphcool/prisma/issues/1734 we're looking into a fix here soon 🙂
👍 1