-
Relates to #8189
If we're already asking folks to change how they pass local `resolvers` to the `ApolloClient` constructor, **I think we should take this opportunity (AC4) to release local `resolve…
-
First, Apollo link state is mind-blowing. Once start to use it, don't really want to go back to 'redux-nish' store anymore.
I am working on angular which out of the box provide router-based lazy l…
-
Hi
This issue is related to #2559 but it's happening in different circumstances
When the error is too quick to come back - for example when it doesn't need to talk to the server for it to be thr…
-
Hi,
I ran into an issue when setting the global _fetchPolicy_ setting for _query_ and _watchQuery_ to _cache-and-network_ while using _apollo-link-state_ and _apollo-cache-persist_.
My defau…
-
I followed frontend tutorial graphql with react https://hasura.io/learn/graphql/react/introduction/.
And I get authentication error with token I get with useAccessToken.
Base code I used is https:…
-
Apollo Client 2.5 is going to be released very shortly, and will include integrated local state handling capabilities. The functionality offered by `apollo-link-state` will be included in the Apollo C…
-
Trying to use apollo-link-queue and apollo-link-retry to queue data. In case of problems with the server Apollo retry is going to retry operations. However when page is refreshed entire apollo-link ch…
-
Similar to the Apollo Vue client, support a `debounce` option within `useQuery`:
https://v4.apollo.vuejs.org/api/use-query.html#parameters
There was an issue filed here as a bug that was closed:…
-
It would be great if apollo-link-state could declare that some or all of its resolvers need to bypass `"cache-only"`. If you want to have your link-state queries use live data, and merge it with remot…
-
Node version: 22.1.0
@apollo/datasource-rest version: 6.2.2 (latest version at time of writing)
# The problem
Since moving to use node 22, we have seen the following deprecation warning:
```…