carvajalconsultants / apollo-link-offline

An Apollo Link to queue mutations when offline or network errors exist.
MIT License
71 stars 15 forks source link

Support for optimistic response callbacks #16

Closed vethan closed 3 weeks ago

vethan commented 1 month ago

Currently apollo-link-offline will only work if an objects is passed as the optimistic response. This adds support for callback functions as well.