Andrea Volpi
Andrea Volpi
I'm having the same problem, check for `root is None` seems fine but as you look the middleware continue to run many many times, you just stop executing the logic...
> Hi, Do you have some news about this topic? > > Thanks Hi @diegopaladini, for now to run that logic just one time in a middleware I'm doing the...
> Hey @MrFoxes , > I'm working with Django 3 and I haven't noticed this behavior. > Could you detail about your JWT settings and the GraphQL query executed? @mongkok...
@mongkok Yes JWT_ALLOW_ARGUMENT is set to True and all middlewares are properly configured The query i was just requesting a bunch of generic data from a model, so nothing special