Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 301 Bytes

batching-1

A simple example demonstrating DataLoader's batching functionality (simulating actual database access with setTimeout).

Usage

git clone git@github.com:advancedgraphql/batching.git
cd batching/batching-1
yarn install
yarn start