craigtaub / our-own-graphql-dataloader

GraphQL Dataloader in ~40 lines of code

Home Page:https://craigtaub.dev/under-the-hood-of-graphql-dataloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our own GraphQL DataLoader

Source - https://github.com/graphql/dataloader

Includes

  • Batching
  • Ignore caching

Versions

  • just-batch -> simple
  • batch-and-scheduler -> scheduler but not async
  • batch-and-promise -> scheduler and async

About

GraphQL Dataloader in ~40 lines of code

https://craigtaub.dev/under-the-hood-of-graphql-dataloader


Languages

Language:JavaScript 100.0%