-
Notifications
You must be signed in to change notification settings - Fork 829
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
Tracing errors is hard #422
Comments
I believe I've raised this in the wrong place it should be in Flask-graphql. Apollogies. |
@Mleonard87 Did you ever find a way to do this in flask-graphql? Having the same issue |
@Mleonard87 |
The discussion at https://github.com/graphql-python/graphql-core/issues/237 might be helpful |
Tracing errors can be incredibly difficult as graphene collects the error messages and returns them. This is great for production but not during development. For example, I get the following back from a query and have no idea what is causing the error:
Would it be possible to include some sort of debug flag that can raise exceptions with stacktraces on error?
The text was updated successfully, but these errors were encountered: