Skip to content

Releases: TreeMan360/nestjs-graphql-dataloader

REST co-operability

11 May 15:11
Compare
Choose a tag to compare
  • Fixes co-operability issue with REST

Dataloader configuration option

05 May 13:40
Compare
Choose a tag to compare
  • Added options to support dataloader configuration

Updated DataLoader dependency resolution method

11 Apr 13:03
Compare
Choose a tag to compare
  • Now resolve NestDataLoader using .resolve rather than .get to support custom loader implementations which are not singletons (single instance scope).