-
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…
-
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…
-
Hey there,
I'm using apollo-link-retry with Infinity max attempts (no other configuration) in a react-native project to achieve persisted offline mutations (so that optimisticResponse is not revert…
-
**Expected Behavior**
Subscriptions should be supported by SchemaLink.
**Actual Behavior**
SchemaLink currently does not support subscriptions.
https://github.com/apollographql/apollo-link/pul…
fubhy updated
5 years ago
-
I have subscriptions working fine by themselves in a Chat service at: `http://localhost:3002/graphql`, `ws://localhost:3002/subscriptions`.
I am trying to build a Gateway server so Gateway => Chat …
-
### Issue Description
In Apollo Client 3.8, the behavior changed such that onCompleted is no longer called when another component triggers a refetch of the corresponding query. In versions
-
### What happened?
An external package may have its own dependencies. When these are built, they should be build as the same product type as the parent. For example if my dependency `Apollo` is built…
-
# Hack🪓 the #3 GraphQL | Next.js Blog Example with Markdown
GraphQL, Query Language, Apollo Server, Apollo Client, API, Graph Query Language, GraphQL이란?
[https://blog.anteater-lab.link/hack/3/graphq…
-
### System Info
System:
OS: macOS 15.1
CPU: (10) arm64 Apple M1 Max
Memory: 3.81 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.17.0 - /opt/homebrew/opt/node@20/bin/node…
-
When handling errors in https://www.apollographql.com/docs/react/api/link/apollo-link-error/, there is no ability to determine the stack trace of the error that includes the original trigger for the q…