Hi, team.
I have a field with a resolver for future type and custom exception handler. In fact, this resolver asynchronously calls a remote server. In the handler, I catch errors for cases when the server is down or we have our connection problems. I expect to see a full scheme with a list of errors (more than one if a few our servers will be down), but I see only one error and one null field. Is it possible to continue fetching if an error happened?