hammerspb
07/15/2017, 4:11 AMthis.props.history.push('same url')
) apollo client doesn't send request to the server. It looks like it gets all data from cache.nilan
07/15/2017, 11:07 AMhammerspb
07/15/2017, 3:33 PMconst withUser = graphql(USER_QUERY, {
options: {
fetchPolicy: 'network-only',
},
props: ({ ownProps, data }) => {
console.log('App::graphql::user', data.user)
},
})