v6.0.0
- dataloader-sequelize is no longer directly used by graphql-sequelize
- graphql-sequelize will now always generate N+1 queries unless
dataloader-sequelize has been removed to allow users to make their own decisions regarding batching and to avoid automatically polluting the sequelize object.
For improved performance and less database load (in terms of query count) we suggest implementing createContext from https://github.com/mickhansen/dataloader-sequelize