Class used to send offline changes again after error is sent to user or after application restart.
It will trigger saved offline mutations using client to restore all elements in the link.
Replay mutations to client.
This operation will help to rebuild Apollo Link observer chain
after page refresh/app restart
Returns Promise<void>
Static isMarkedOffline
isMarkedOffline(operation: Operation): boolean
Checks if operation was scheduled to saved to offline queue.
This operations have special handling.
They are never forwarded when sent back again to client.
Class used to send offline changes again after error is sent to user or after application restart. It will trigger saved offline mutations using client to restore all elements in the link.