Skip to content

mfellner/mercurius-cache-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mercurius-cache bug #110: double execution of resolver on error

Reproduction for bug in mercurius-cache bug. mercurius-js/cache#110

Actual output:

$ yarn start
yarn run v1.22.19
$ node server.mjs
query hello 0
query hello 1

Expected output:

$ yarn start
yarn run v1.22.19
$ node server.mjs
query hello 0

About

Reproduction for bug in mercurius-cache bug.

Resources

Stars

Watchers

Forks