Created
August 25, 2017 11:20
-
-
Save AndreiCalazans/054196c3bbd835fe1ff3b131066f5cce to your computer and use it in GitHub Desktop.
Refetch connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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