You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue with using the Web Cache API is that it wouldn't work well for graphql where two different queries could ask for the same/similar data. We can cache at the request level but it wouldn't effectively serve this case.
We will need caching to support dataloaders/query resolvers. Unless, we resolve a GraphQL query with multiple load requests under-the-hood. Which could work actually...
https://developer.mozilla.org/en-US/docs/Web/API/Cache
https://deno.land/api@v1.37.2?s=Cache
The text was updated successfully, but these errors were encountered: