morgante / django-graph-auth

Simple GraphQL queries and mutations for managing Django users.
MIT License
46 stars 14 forks source link

Fix problem with empty context. #9

Closed mariuszstr closed 5 years ago

mariuszstr commented 7 years ago

I use django-graph-auth in my project. But I problem: -I had case with empty context, and django-graph-auth raises exception.

mariuszstr commented 7 years ago

@morgante What about this PR? I removed username as You requested.