Open dorian-marchal opened 2 years ago
Hi @benwilson512,
I'm writing here because of your comment on my PR #1309. I must have missed the error in the playground because I didn't have it in the graphql document, so it looked like it was only sending the null without information about the error.
You also wrote that you had a plan for this in mind using a special return value, I would be happy to take a stab at implementing that if you could give me a couple pointers on what your where thinking.
Hello there!
Currently when a subscription is resolved, we have no way of ignoring events for individual subscriptions. This would be useful to avoid notifying clients when:
For example, consider this subscription:
Related request: https://github.com/absinthe-graphql/absinthe/issues/365#issuecomment-467621116