when I try to access info.context.user it all the time returns anonymous user, my same code works fine with django-graphql-jwt
Debugging gives me this :
-> return self.middleware
(Pdb) self.middleware
[<graphene_django.debug.middleware.DjangoDebugMiddleware object at 0x7fb93ac8d590>]
(Pdb)
Means that no auth middleware has been set to the graphql view