graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add logging example to documentation

reverie opened this issue · comments

Judging by the issues on this package and graphene, a lot of users struggle with graphql-core's decision to catch all exceptions. I see that in #41 something was done to make this easier, but it's not clear how to use it. An example of logging/error handling in the documentation would go a long way.