You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation should encourage users to invoke subgraphs as functions rather than including them as a node.
Using subgraphs as a node has some gotchyas (state encapsulation) and it's not the default thing that users should be doing. We can explain the behavior, but by default the examples should be using function calls.