Vineeth Chandran
Results
2
comments of
Vineeth Chandran
Was there any resolution for this issue?
I realized my issue was that my dataloader was being re-initialised in the middleware every time a new resolver was called. Used [this](https://github.com/graphql-python/flask-graphql/issues/53) to resolve that issue and that worked