Skip to content

Instantly share code, notes, and snippets.

@AndreiCalazans
Created August 25, 2017 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreiCalazans/054196c3bbd835fe1ff3b131066f5cce to your computer and use it in GitHub Desktop.
Save AndreiCalazans/054196c3bbd835fe1ff3b131066f5cce to your computer and use it in GitHub Desktop.
Refetch connection
_refetchConnection() {
this.props.relay.refetchConnection(10,(e) => null, {
filter: {
description_contains: this.state.filterValue,
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment