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

https://github.com/tmigone/graphclient-test


https://github.com/tmigone/graphclient-test

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sample repo

This repo is a bug reproduction for graphclient.
Shows how pagination breaks when using multiple sources.

## How to reproduce the issue

```
yarn install
yarn graphclient build
ts-node src/index.ts
```

Uncomment the `graph-network-subgraph` source in `graphclient.yml`, run the above commands again and it works.