I'd like to redirect to an error page when my GraphQL API is down instead of showing an empty page because the content couldn't load.
I think I have to do the redirection when Apollo receives an error 503 as a reply but I don't know how I can do that.
Thank you !