-
I am using react-native (expo v29.0.0), appsync (1.3.3) which is based on react-apollo.
I update the cache through Apollo-link-error (1.1.0)
```
const errorLink = onError(({ operation, gr…
-
**Intended outcome:**
I expect the value of `loading` returned from `useMutation` to stay true while my refetch queries are executing when passing along `awaitRefetchQueries: true`. Also, I exp…
-
When using a local client cache, it's helpful to have a default state that only gets initialized the first time the cache is created, and _not_ when the cache is restored from persist storage.
With…
-
**Describe the bug**
I am effectively trying to call `cache.writeQuery` and `cache.readQuery` as part of an Angular Spec file. The item is always written to the cache (I have log messages that at l…
-
Upgrading `apollo-link-state` from 0.4.1 to 0.4.2 changed my bundle size from 143.89 KB to 170.27 KB gzipped, which seems like quite a drastic change. Probably because of something in #284 ?
Can we…
-
**Intended outcome:**
The user does not experience an exception being thrown when navigating around the current page.
**Actual outcome:**
We have received several non fatal crash reports …
-
admin user mocking (done), just run tests
see if user spec tests work with mocked server
turn on mocking conditionally
file issue about adapt not working
apolloDriver input$ for some reason has op…
-
### Issue Description
Hello,
I stumbled upon a problem with how `makeVar` behaves when combined with `InMemoryCache`.
**Case: everything works fine**
If I initialize `makeVar` with:
```
co…
-
**Intended outcome:**
I have two components making the same query in my app. One of those components is specifying a `fetchPolicy` of `"cache-only"`. This seems to cause both the `cache-only` q…
-
### Environment
Hello! I'm using nuxt 3.5.2 and nuxtjs/apollo 5.0.0-alpha.6. Is it possible to call the `useAsyncQuery` method on the server side?.
### Describe the bug
I've created a **js** file i…