Closed rossm6 closed 3 years ago
Based on a misunderstanding (I think). I was making a http request and this example assumes a websocket request.
I found this post because I ran into the same exact error condition.
I, too, used dict instead of _asdict().
Unit tests worked fine with SQLite3, but failed when I migrated to PosgresQL.
My solution is to just pull all this code out and rely only upon graphql_jwt for authentication.
I'm trying to login in my user but getting an error - see traceback below.
Notice I'm using dict because the _asdict is not on the context object like the docs suggest (incidentally, why is this?)
Anyway this is the traceback -