Open
Description
Hi,
It would be great for development purpose to include exception stack traces to graphql errors returned by graphql-server.flask
when it catches an exception during the execution of a request.
For security reasons, I think it shouldn't be enabled by default, but at least offer the option to do it, since for now, it's just not possible to do.
The only way I found to debut an error is to place a break point in graphql-server.flask.GraphQLView.dispatch_request
method in the excpect handler... which is not very convenient.
If you are open to the idea, I can make a PR to poc around this feature.
Metadata
Metadata
Assignees
Labels
No labels