-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix(graphql): include details in error responses #554
Conversation
/build_test |
Workflow started at 8/6/2024, 11:33:57 AM. View Actions Run. |
No OpenAPI schema changes detected. |
No GraphQL schema changes detected. |
CI build and push: At least one test failed ❌ |
^ working on that. |
/build_test |
Workflow started at 8/6/2024, 12:11:04 PM. View Actions Run. |
No GraphQL schema changes detected. |
No OpenAPI schema changes detected. |
CI build and push: All tests pass ✅ |
cd22b85
to
dc51cd6
Compare
/build_test |
Workflow started at 8/7/2024, 5:23:00 PM. View Actions Run. |
No GraphQL schema changes detected. |
No OpenAPI schema changes detected. |
CI build and push: All tests pass ✅ |
Fixes #394
See also cryostatio/cryostat-web#1295
This PR updates the cryostat compose to set the appropriate flags for smallrye graphQL to pass on errors in a format that the web UI can work with. These flags ensure that the underlying exception and message are passed on in the response rather than a generic Server Error and DataFetchingException.