🆕 New Features
- Added
maxOperationCount
option to thebatch
plugin to allow fine control over how many queries can be executed in a batch. Docs
🐛 Bug Fixes
- Fixed calling
query.unwatchVariables()
can error out if variables are not watched by default (#164) thanks to @callumacrae