-
First of all thank you all for this wonderful library, I cannot thank enough.
I am using below type definition with apollo-link-state
```
export const typeDefs = `
type User {
phoneNu…
-
### Issue Description
I encountered this over in https://github.com/apollographql/apollo-client-nextjs/pull/258/:
```js
const { refetch } = useQueryRefHandlers(queryRef);
const { data } = us…
-
Leaving cache out of `new ApolloClient` results in the following error:
```
In order to initialize Apollo Client, you must specify 'link' and 'cache' properties in the options object.
These option…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### Issue Description
Trying to upgrade from `3.4.17` to latest and have started running into this error as of `3.5.0`:
```
index.ts:5:8 - error TS1479: The current file is a CommonJS module wh…
-
## What's the Problem?
[Basecamp item](https://3.basecamp.com/3926363/buckets/27088350/card_tables/cards/7138450185)
Sharing content should show previews on social media and messaging apps. Curr…
-
### Issue Description
Hi! We are getting these error randomly:
```js
// node_modules/@apollo/client/react/hooks/useQuery.js in InternalState.prototype.toQueryResult at line 440:27
InternalState.…
-
We've seen a few cases where users struggle with async handling inside of Apollo Link. The link chain expects returned observables from the request handlers, but typically devs want to execute async c…
-
### Issue Description
We see 502 errors when an apollo-server pod is gracefully terminated in k8s. We host apollo-server in EKS and expose it using AWS ALBs.
AWS provides a [troubleshooting gui…
-
When the retry-links an error it silently continues to poll without notifying in any way, the UI is thus unaware it is potentially is displaying out-of-date information.
A suggestion is to inform t…