https://github.com/tmigone/graphclient-test
https://github.com/tmigone/graphclient-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmigone/graphclient-test
- Owner: tmigone
- Created: 2023-03-01T19:30:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T19:43:04.000Z (almost 3 years ago)
- Last Synced: 2025-06-13T23:36:07.149Z (7 months ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.