Seb Jachec
11/04/2021, 4:45 PMrefetchQueries
(to trigger the refetch of a given query following a mutation) in 3.x? Never used this before, but I can see references to the feature searching the Github repo, which I assume are 2.x. Can't work out if there's something I've missed for 3.xmbonnin
11/04/2021, 5:23 PMmbonnin
11/04/2021, 5:25 PMapolloClient.mutate(mutation).execute()
apolloClient.query(queryToRefectch).execute()
?mbonnin
11/04/2021, 5:26 PMSeb Jachec
11/04/2021, 5:39 PM