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.63k stars 451 forks source link

fix(core): add back cacheOutcome #3464

Closed JoviDeCroock closed 8 months ago

JoviDeCroock commented 9 months ago

Resolves #3462

Summary

In the document cache we put the cache-outcome behind a dev-flag, which is inconsistent as we rely on it in other exchanges and it's not behind a flag in our normalized and ssr cache.

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: b3c39c1abb4f74e9a8cb6fc913a3b841d3df8a20

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | @urql/core | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

kitten commented 7 months ago

Just noting down a TODO here for myself since I forgot (@kitten). This should be reimplemented without relying on internal flags being set by other exchanges