Marcelo Conceição

Results 3 comments of Marcelo Conceição

The problem is that `report_error` method from `ExecutionContext` class in `graphql.execution.utils`is doing `logger.error("".join(exception))` I have managed to fix this by monkey patch this class method. ``` from traceback import format_exception...

@adamghill The problem with your approach is that the url will not be handled. I know that this is not a replacement for full featured SPA frameworks with a routing...

I think you can use the prepend method (ListView.prototype.prepend).