mercurius-js / cache

Adds an in-process caching layer to Mercurius. Federation is fully supported.
MIT License
106 stars 19 forks source link

fix: resolver twice #112

Closed simone-sanfratello closed 2 years ago

simone-sanfratello commented 2 years ago

fixes https://github.com/mercurius-js/cache/issues/110

needs https://github.com/mcollina/async-cache-dedupe/pull/34

also update deps

note: following fix in async-cache-dedupe https://github.com/mcollina/async-cache-dedupe/releases/tag/v1.4.0 onMiss is not been called on default settings, so imo this should be a major release

simone-sanfratello commented 2 years ago

PR ready @mcollina