{refetch : true} then the toggle works.collection.update() is called successfullyonUpdate handler persists the change and returns { refetch: false }state: 'persisting' and eventually resolvescollection.subscribeChanges() fires TWICE:"insert" and the correct new value (optimistic update)"update" and the OLD value, reverting the changeuseLiveQuery correctly reflects the toggle but is immediately reverted by the second change