Jorn Luiten
Results
2
issues of
Jorn Luiten
**Intended outcome:** When using `refetchQueries` in the options of a mutation, I expect the listed queries to refetch and my UI being updated. ```js this.props.mutate({ variables: { ...this.state }, refetchQueries:...
Hi @nayaabkhan, Here's a PR that does the following: - Removed componentWillReceiveProps so it's future proof. Kept the class layout in favour to function/hook layout, so polyglot can still be...