| These 2 additional parameters could be passed to `mutate` function in `OfflineRestoreHandler` to make this work:
For the `update` function, I can think of two possible ways of resolving this:
- user can optionally provide update functions to `OfflineRestoreHandler`
- wrap apollo client and override `mutate` method. This way user can provide update functions when creating client and in app don’t need to provide update functions anymore. This slightly changes the way developers normally use apollo client.
|