-
### Issue Description
Hi there!
We are currently on Apollo 3.7.17 and looking into upgrading to latest Apollo (3.8.6 as time of writing). In 3.7.17 we are still experiencing https://github.com/ap…
-
**Intended outcome:**
Polling has two general use cases:
1. We want to poll in the background to get notified of an update to some external state. We either don't need to show a loading UI at…
-
**Intended outcome:**
- I am querying for one object (Object A) and checking for the existence of one of its fields (Object B) in a component using `useQuery` (Component A).
- In a separate componen…
-
**What is to be discussed?**
When the app is little to medium size:
Should we use hooks with useReducer or even only a state being passed from a root component by props to the children or even by …
-
**Intended outcome:**
In the event Nginx times out on a long request [parseAndCheckHttpResponse](https://github.com/apollographql/apollo-client/blob/d470c964db46728d8a5dfc63990859c550fa1656/src/l…
-
### Issue Description
expo-background-fetch executes periodic tasks when the react-native app is in background.
Using apollo client to query a graphql api, the query stays in state `loading` as long…
qroac updated
4 months ago
-
### Issue Description
Hi. I believe I found a bug in `ObservaleQuery.subscribe`. I'm attaching a [CodeSandbox repro](https://codesandbox.io/p/devbox/tender-framework-68wm4d?workspaceId=7e27fe59-1d4…
-
### Version
[v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19)
### Reproduction link
[https://github.com/pachiraDIG/hub](https://github.com/pachiraDIG/hub)
### Steps to rep…
-
I'm trying `vue.js` and `vue-cli` (which uses webpack 4 I think).
I'm adding `"apollo-link-state": "0.4.2"` to the project and when I import something like this:
`import { withClientState } …
-
Here it is in its [current state](https://github.com/apollographql/apollo-link/blob/ad6dddd999a44dedbee5837c50548269996f7078/packages/apollo-link-http-common/src/index.ts#L163):
```js
export const…