Updated DataLoader dependency resolution method
- Now resolve NestDataLoader using
.resolve
rather than.get
to support custom loader implementations which are not singletons (single instance scope).
.resolve
rather than .get
to support custom loader implementations which are not singletons (single instance scope).