You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in GraphQL-Spring-WebClient, if any error happens, a GraphQLErrorsException will be thrown with a list of GraphQLError. We have to catch thatGraphQLErrorsException and rethrow a customized exception if we want to have customized error handling logic. I'm just wondering instead of doing that, is it possible to just return a GraphQLResponse so that I can apply my own result mapping and error handling logic easier?