Closed
Description
After processing an optimistic response and before receiving the response from the server, if readQuery or readFragment is called from ApolloClient, it returns data ignoring the optimistic update.
I think the optimistic data should be returned instead. It would be coherent with the data available through observable queries.
At least, there should be an option ("optimistic:: true" ?) to let the user decide which version of the data return.
Activity