Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run multiple operations in parallel #32

Open
ramnivas opened this issue May 27, 2021 · 0 comments
Open

Run multiple operations in parallel #32

ramnivas opened this issue May 27, 2021 · 0 comments

Comments

@ramnivas
Copy link
Contributor

ramnivas commented May 27, 2021

Consider:

{
  concerts {
    id
    venue {
      id
    }
  }
  venue(id: 1) {
    id
    name
  }
}

We should to run the concerts and venue query in parallel.

However, we need to be aware of a caveat: what if an interceptor for a query performs a mutation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant