react-native-fullstack-graphql icon indicating copy to clipboard operation
react-native-fullstack-graphql copied to clipboard

Can we get rid of refetch, since we have subscription added

Open manjula-dube opened this issue 6 years ago • 0 comments

    if (this.props.location.key !== nextProps.location.key) {
      this.props.feedQuery.refetch()
    }
  }

manjula-dube avatar Mar 12 '18 06:03 manjula-dube