Vineeth Chandran

Results 2 comments of Vineeth Chandran

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