Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eveporcello/batching

Example of the Batch Link
https://github.com/eveporcello/batching

Last synced: 11 days ago
JSON representation

Example of the Batch Link

Awesome Lists containing this project

README

        

# Batching with Apollo Link

This demo shows how you can use Apollo's batch link to optimize HTTP requests.

Setup:

```
git clone https://github.com/eveporcello/batching
cd batching
npm i
npm start
```

You'll find the project running on `localhost:3000`.