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
Post a Comment