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 was trying to run two queries at once, and noticed that the dev server was only returning data for one of them, the other one simply returning "null".
The text was updated successfully, but these errors were encountered:
@Tenrys I've been working with GraphQL for years on dozen projects... And I actually had no idea you could run multiple queries at once this way 😄
I'll add it to the Roadmap and will have to dig around a bit to figure out how to fix this. Does it work fine when running multiple queries at once directly on AWS AppSync?
Does it work fine when running multiple queries at once directly on AWS AppSync?
Yes, it does. It's easy to test this by adding multiple queries at once by expanding them on the AppSync query explorer, and with GraphQL Yoga.
maoosi
changed the title
Dev server: Only the first top level query / mutation gets resolved
Feature: Support for concurrent queries on Local Dev Server
Feb 6, 2023
I was trying to run two queries at once, and noticed that the dev server was only returning data for one of them, the other one simply returning "null".
The text was updated successfully, but these errors were encountered: