Closed FinnStutzenstein closed 2 years ago
Currently @apollo/client 3.3 is used. It would be nice to update and support refetchQueries (https://www.apollographql.com/docs/react/data/refetching/), which should be implemented in the ApolloBase if I'm correct here.
refetchQueries
ApolloBase
@FinnStutzenstein just call it from client directly
apollo.client.refetchQueries(...)
Currently @apollo/client 3.3 is used. It would be nice to update and support
refetchQueries
(https://www.apollographql.com/docs/react/data/refetching/), which should be implemented in theApolloBase
if I'm correct here.