Server-side cache invalidation added to Deno’s first GraphQL caching solution Introduction Obsidian is Deno’s first GraphQL caching solution, providing client-side caching for React components using a browser cache and server-side caching for Oak Routers using a Redis cache. Performant Caching in Mind Since GraphQL responses can be arbitrarily large and nested, there is potential for…