urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.61k stars 449 forks source link

fix(graphcache): Fix offlineExchange’s failed queue not being filtered for teardowns #3236

Closed kitten closed 1 year ago

kitten commented 1 year ago

Related to #3235

Summary

Remove queries from offlineExchange’s failed queue that are torn down during rehydration. This may become important to prevent fetching queries that are no longer relevant.

Set of changes