graphql-go / graphql-go/graphql
Batching. Mixing queries and mutations in the same batch
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
Let's say we write a computer game.
Can we make a batch that mixes queries and mutations using this library?
1. deploy nuke mutation
2. get environment users query
3. get environment cities query
4. get user inventory query
I've used another library. That was not possible.
Contributor guide
Assessment
This issue has not been assessed yet.