writeQuery doesn't affect data passed to components

The data gets added to the underlying redux store, the components that reply on data from that query is updated without data property. It relates to this bug: https://github.com/apollographql/react-apollo/issues/607

Any ideas to update data to other components after mutation without re-fetching data