https://github.com/stoically/apollo-empty-data-object
https://github.com/stoically/apollo-empty-data-object
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stoically/apollo-empty-data-object
- Owner: stoically
- Created: 2020-10-22T12:30:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T14:17:40.000Z (over 5 years ago)
- Last Synced: 2025-10-31T05:41:00.862Z (8 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm install
npm start
```
Check console on http://localhost:1234, when clicking "change id" it'll return an empty data object `{}` first before returning the actual result
- Related: https://github.com/apollographql/apollo-client/pull/6566