mercurius-js / cache

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

fix: cache types #83

Closed simone-sanfratello closed 2 years ago

simone-sanfratello commented 2 years ago

solves https://github.com/mercurius-js/cache/issues/81, https://github.com/mercurius-js/cache/issues/71, https://github.com/mercurius-js/cache/issues/74

note: we may consider to drop all options, in gateway and federated service it caches implicitly too much or we should implement it like all: ['queries','resolvers' ... ] or so