| Result of query with "fetchPolicy: 'network-only'" while voyager-client is sending offline mutations to server, does not reflect what data is currently on server. In my case, I started with empty DB on server, created 100 mutations while offline, then went online, while syncing mutations, I fired network-only query and got result with 100 items. I closed the app and when checking server DB there were only 30 items. |