graphql-go / graphql-go/graphql
Support clients using apollo-link-batch-http
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
Apollo has a linker called apollo-link-batch-http which automatically wraps multiple queries within a certain amount of time in a single request towards the server, probably in a JSON array. This is not supported by this library and it would be a nice addition. This is not related to dataloaders.
https://www.apollographql.com/docs/link/links/batch-http.html
Contributor guide
Assessment
This issue has not been assessed yet.