https://github.com/traviswimer/apollo-duplicate-query-bug
https://github.com/traviswimer/apollo-duplicate-query-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/traviswimer/apollo-duplicate-query-bug
- Owner: traviswimer
- License: other
- Created: 2019-10-08T01:49:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T22:25:44.000Z (over 5 years ago)
- Last Synced: 2025-02-17T10:49:05.268Z (over 1 year ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Pagination Bug
## To use this repo:
1. Start the server by running `yarn server`
2. Start the app by running `yarn start`
The component containing the query is in `./src/TheProblem.js` and it is
loaded twice inside `./src/App.js`