How to exclude events from subgraphs ? #2365
Unanswered
CharlesOural
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm playing around with subgraphs. Say I have two graphs, A and B, with A having a node within it that calls B.
I want to stream events from B to the node but I don't want them to be streamed to graph A as well.
However, currently when looking at events of graph A, it also gets ALL the events that are going on in graph B.
Here's pseudocode to illustrate it:
I hope this makes sense, I'm happy to provide more details if that's helpful but tl;dr is:
How can I stream a graph within a graph and not have the outer graph receive the events streamed by the inner graph ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions