dataloader-sequelize
dataloader-sequelize copied to clipboard
Batching and simplification of Sequelize with facebook/dataloader
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Noticed that a few developers of our project were surprised that findOne didn't work until I swapped them to findByPk. Figured I'd have a go to see how much effort...
I use Fastify + graphql-http for my router, dataloader-sequelize, and graphql-sequelize. I have an ACL layer that check each node and field in the query, and can optionally alter `args`....