reactjs - How to do a mutation in react Apollo but not update the store -


we have graphql server supports mutations, these mutations passed our rabbitmq , processed async. graphql response mutation null seeing not know yet return. problem is, when mutation in our client , set optimistic response after mutation gives response state reverted.

what want not have mutation update state.. keep optimistic version until callback via our own system, or via subscription via graphql support.

is possible?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -