-
Hi,
I am using expo (28), appsync (1.3.2) and Apollo link state (0.4.1)
I am using offline capabilities of AppSync.
In apollo link state, you have to configure default values (unless first qu…
-
### Use case
Goal: Make it easier to customize behavior of the Apollo normalized cache.
Currently, `ApolloStore` is a concrete class depended-on by lots of Apollo internals. It's not marked `ope…
-
We're attempting to upgrade `@apollo/experimental-nextjs-app-support` and running into issues. It appears we can upgrade `@apollo/client` to 3.11.4 without any problems, and upgrading `@apollo/experim…
pdubb updated
3 months ago
-
I found that I am automatically unsubscribed when I receive first data with subscribeToMore or subscribe.
The problem is in the apollo-link-dedup (https://github.com/apollographql/apollo-link/blob/ma…
-
**Expected Behavior**
ApolloLink to just work fine
**Actual Behavior**
Get error while adding
- RetryLink
- errorLink
in the Apollo Client V3 beta
Error is:
```
Type 'RetryLink' is not a…
-
**Intended outcome:**
I would expect the `onCompleted` callback to be fired after every poll.
**Actual outcome:**
`onCompleted` is being fired only once. First time the query is made.
**Ho…
-
Related to https://github.com/apollographql/apollo-utils/issues/457
TypeScript returns the following error:
```
Argument of type 'Keyv' is not assignable to parameter of type 'Keyv'.
Type 'K…
-
### Issue Description
When using the `cache-only` fetch policy with `useQuery`, if data is cleared from the cache in a `client.refetchQueries` operation, the query will make a network request, even t…
-
**UPDATE:**
The guilty is:
**`"apollo-link-state": "0.4.2"`**
**Is there a fix already?**
------------------------------------------------------------------
I found in my React App thes…
-
# Description
Hello all I'm relatively new to this so if this is a basic question please bear with me here. I am creating a nextjs14 app and I'm trying to implement apollo client into the applicatio…