Low level technical problem with link queue that is build using promise chain. When page restart/refresh happens promises are wiped out making stored data invisible to client. Queue data is restored but underlying promises are lost making it impossible to perform the remaining mutations. More info: https://github.com/helfer/apollo-link-queue/issues/3 Note we use custom queue implementation to avoid being blocked by upstream. Possible options: Invisible mutation on start that will aggregate stored mutations Reply mutations again based on storage (requires additional metadata) |