graphene-django
graphene-django copied to clipboard
Only catch GraphQLException
which allows generic Exception through in case UnforgivingExecutionContext is used
replaces #1215, sending from a non-default branch
The upcoming changes into graphql-server will make this PR not necessary (since most HTTP server logic will be handled there).
I'll keep the PR opened until graphene-django gets updated with the new server