I'm doing research on GraphQL and Apollo Federation in particular. This document has an example of how Apollo breaks a query into calls to multiple services, but does not describes what happens when one of the services times out.
Is there any documentation on how Apollo (and other GraphQL systems) handle network problems when orchestrating multiple microservices, especially timeouts during mutations?
2.1m questions
2.1m answers
60 comments
57.0k users