GraphQLBundle
GraphQLBundle copied to clipboard
Add non-blocking promise support
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | I dunno :D |
| Version/Branch | master |
There's not much to say other than the title, but it would be nice to be able to have the resolvers resolve asynchronously
@mcg-web is there some plan to work on this? It would be great to have /batch endpoint to work in a non-blocking way. What I would like to achieve is if I call /batch endpoint with e.g. 3 queries and each take 5s to gather data from the source it will take 5s to response to the client and not 15s.