How do I write a subscription resolver which can h...
# prisma-whats-new
j
How do I write a subscription resolver which can handle "where"? Currently, I'm just using what I found in prisma/examples/subscriptions which is super minimal and there's no detail in the docs about writing resolvers.
n
there seems to be a problem with
where
in subscriptions currently: https://github.com/graphcool/prisma/issues/1734
this discussion might be helpful for you: https://github.com/graphcool/prisma-binding/issues/78