Skip to content

The sample project with Mongo, Graphql and Typescript to deal with N + 1 problem by using Dataloader

Notifications You must be signed in to change notification settings

nk18chi/mongoose-graphql-dataloader

Repository files navigation

Mongoose-Graphql-Dataloader

The sample project with Mongo, Graphql and Typescript to deal with N + 1 problem by using Dataloader

Tech Stack

  • Node (v20.10.0)
  • Typescript
  • Express
  • Mongoose
  • Graphql
  • Dataloader

Graphql Tools

  • Graphql Codegen
  • Graphql Shield

Unit Tests

  • Vitest

Code Formatter

  • Airbnb Eslint
  • Prettier

Logger

  • Winston

CI

  • Github Actions

Development

nvm use v20 or the equivalent command to switch node version to v20
git clone git@github.com:nk18chi/mongoose-graphql-dataloader.git
nvm use v20
npm install
lerna run dev --parallel

About

The sample project with Mongo, Graphql and Typescript to deal with N + 1 problem by using Dataloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages