how i disable declarative replace behavior of useSubscription ...
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I want to merge useSubscription server payload with last chached data, server send only one entity of this data (sine changed object)
then relay replaces whole array of cache with new payload,
using updater function, I get subscription server payload, but last cached data is mutated, and merging this two (local and server) created only one record...
Contributor guide
Assessment
This issue has not been assessed yet.