Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling in Querier #6

Open
sGy1980de opened this issue Apr 14, 2022 · 0 comments
Open

Improve error handling in Querier #6

sGy1980de opened this issue Apr 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sGy1980de
Copy link

Currently, the querier component always raises an error, if there was a network issue or an error message in the response of the sub-service. This cannot be distinguished in the current implementation, and therefore no fine-grained error handling is possible.

The component should be reworked, so it will ultimately distinguish between these two types of error, and allow handling the latter case in the merger according to the GQL spec.

@sGy1980de sGy1980de added the enhancement New feature or request label Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant