react-native-fullstack-graphql
react-native-fullstack-graphql copied to clipboard
Can we get rid of refetch, since we have subscription added
if (this.props.location.key !== nextProps.location.key) {
this.props.feedQuery.refetch()
}
}