kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 311 forks source link

Update @apollo/client to >=3.4 to support refetchQueries #1738

Closed FinnStutzenstein closed 2 years ago

FinnStutzenstein commented 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.

kamilkisiela commented 2 years ago

@FinnStutzenstein just call it from client directly

apollo.client.refetchQueries(...)