All notable changes to this project will be documented in this file.
- Fixes co-operatility issue with REST
- Added options to support dataloader configuration
- Now resolve NestDataLoader using
.resolve
rather than.get
to support custom loader implementations which are not singletons (single instance scope).