krislefeber / nestjs-dataloader

Dataloader plugin for NestJS
https://krislefeber.github.io/nestjs-dataloader/
MIT License
148 stars 45 forks source link

Remove "graphql" as a peer dependency #56

Closed dhritzkiv closed 1 year ago

dhritzkiv commented 2 years ago

The graphql package isn't directly accessed by this library, and the dependency on @nestjs/graphql should be enough to suggest the graphql peer dependency required.

Currently, it lists 14.0.0 as a peer dependency, but this library works just fine with 15.0.0 (and probably 16.0.0)

dhritzkiv commented 1 year ago

Seems this was done for v9.x 👍🏼