Closed
Description
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:
{
"errors": [
{
"message": "'unicode' object has no attribute 'get'"
}
],
"data": {
"users": null
}
}
Would it be possible to include some sort of debug flag that can raise exceptions with stacktraces on error?
Metadata
Metadata
Assignees
Labels
No labels