https://github.com/mfellner/mercurius-cache-bug
Reproduction for bug in mercurius-cache bug.
https://github.com/mfellner/mercurius-cache-bug
Last synced: 2 months ago
JSON representation
Reproduction for bug in mercurius-cache bug.
- Host: GitHub
- URL: https://github.com/mfellner/mercurius-cache-bug
- Owner: mfellner
- Created: 2022-09-02T07:42:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T07:47:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T00:18:47.459Z (8 months ago)
- Language: JavaScript
- Homepage: https://github.com/mercurius-js/cache/issues/110
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mercurius-cache bug #110: double execution of resolver on error
Reproduction for bug in mercurius-cache bug. https://github.com/mercurius-js/cache/issues/110
Actual output:
```sh
$ yarn start
yarn run v1.22.19
$ node server.mjs
query hello 0
query hello 1
```Expected output:
```sh
$ yarn start
yarn run v1.22.19
$ node server.mjs
query hello 0
```