krislefeber / nestjs-dataloader

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

We released a similar implementation of this project - `@strv/nestjs-dataloader` #64

Open robertrossmann opened 3 months ago

robertrossmann commented 3 months ago

Hi @krislefeber,

tl;dr - we recently released an updated and improved version of your package with similar but not identical API: https://github.com/strvcom/nestjs-dataloader (npm).


At STRV, we are developing GraphQL backends as part of our business and we need a good Dataloader integration with Nest.js. We initially wanted to use your package as it provided exactly what we wanted and needed but seeing as this repository has not been receiving updates for some time and support for latest Nest.js version was missing, we decided to re-implement a similar functionality from scratch while taking a lot of inspiration from your work. As we are building a business on top of Nest.js and GraphQL we expect our package to receive regular updates in the foreseeable future.

If you do not plan on working on this project anymore (understandable!) but like our version of it, please consider taking steps that would direct your community towards our package as this repo still seems to receive a lot of traffic. This might include:

Again, thank you and your community for your work on this package, it was a great inspiration for us! ❤️