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