Skip to content

v6.0.0

Compare
Choose a tag to compare
@mickhansen mickhansen released this 21 Feb 08:22
· 82 commits to master since this release
  • 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