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
I have an issue related to the parallelization in subgraph:
The Client sends a request with multiple query (2 queries in the same subgraph) to the Router.
The Router routes the request (with 2 queries) to the Subgraph.
My problem is: I want the two queries will be executed at the same time, but in fact, the second query is executed after the first one is finished.
Is there any wait ti customize the Route to send each query in a request to the Subgraph; want the results and combine them to respond the Client.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi team,
I have an issue related to the parallelization in subgraph:
The Client sends a request with multiple query (2 queries in the same subgraph) to the Router.
The Router routes the request (with 2 queries) to the Subgraph.
My problem is: I want the two queries will be executed at the same time, but in fact, the second query is executed after the first one is finished.
Is there any wait ti customize the Route to send each query in a request to the Subgraph; want the results and combine them to respond the Client.
Thanks in advance
The text was updated successfully, but these errors were encountered: