apollographql / router

A configurable, high-performance routing runtime for Apollo Federation 🚀
https://www.apollographql.com/docs/router/
Other
813 stars 271 forks source link

File uploads - Error handling #4498

Open BrynCooke opened 10 months ago

BrynCooke commented 10 months ago

POC has no error handling. Errors on upload need to be propagated to the response errors.

BrynCooke commented 9 months ago

Error handling basically works, but we have a larger issue with the router error handling as a whole. In particular how we deal with nested errors, especially when wrapped in errors that we don't own.