-
I am currently using nextJS with apollo and it's completely unusable for me because the cookie is not passing in every request.
I would be much grateful if someone can just point me to right direct…
-
In latest versions of Expo React Native (also newest versions of Apollo Client for React) useQuery no longer works. Any query executed with Apollo client works well in the web, but on mobile devices…
-
**Intended outcome:**
The intended outcome would be to see the exchange rates as listed in the tutorial
**Actual outcome:**
The actual outcome I see is the error state that I logged
The …
-
Hi there guys!
I am using apollo client for my vue app, but for example this happens:
1 - I login with an account.
2 - Navigate inside a component via vue-router.
3 - A query for a product list…
-
QueryObservable returned from `client.subscribe` seems to assign the immediate query result (from `APOLLO_QUERY_RESULT` to `lastResult` and returns an empty object from `currentResult` immediately fol…
-
**Intended outcome:**
Updating the value of a reactive variable should broadcast the local state change to the cache and update any dependent queries
**Actual outcome:**
Above behavio…
-
There is an issue with `useQuery` loading state remaining `true` if a cached query result is displayed and the subsequent variable changes return the same result as the cached one.
See codesandbox …
-
According to the [documentation](https://www.apollographql.com/docs/react/api/apollo-client.html#ApolloQueryResult) for `query()` method in ApolloClient, it should return a `Promise`. In `ApolloQueryR…
-
I’m checking that when setting the following default options on ApolloClient:
```
defaultOptions: {
query: { fetchPolicy: 'cache-and-network', errorPolicy: 'all' },
mutate: { errorPolicy: 'all…
-
Need help or want to talk all things Apollo Client? Issues here are reserved for bugs, but one of the following resources should help:
* StackOverflow (`apollo-client` tag): https://stackoverflow.c…