-
**Is your feature request related to a problem? Please describe.**
I am trying to update my project to use sentry v8, but was blocked by `apollo-link-sentry`. I tried to update that package in https:…
-
Is there anyway for me to modify the shape of the errors which are passed to my components using apollo-link-error?
I tried manually setting the response.error object but didn't have any luck.
…
-
Hello.
When I try to ignore errors with the error link by using `response.errors = null` I get this error message
```
Unhandled Rejection (TypeError): Cannot set property 'errors' of undefined
(an…
-
**Intended outcome:** Logging graphQLError messages to the console
[edit] It seems that on specifically `[Network error]: Error: 400 (Bad Request)` I don't receive the graphQLErrors but in othe…
-
It would be good to have some examples of mocking for `apollo-link-schema`. Currently, the mock examples aren't very helpful:
```js
const mocks = {
Query: () => ...,
Mutation: () => ...
};
…
-
Trying to use apollo-link-queue and apollo-link-retry to queue data. In case of problems with the server Apollo retry is going to retry operations. However when page is refreshed entire apollo-link ch…
-
**Intended outcome:**
`InMemoryCache.prototype.diff` does not block the main thread for multiple frames.
**Actual outcome:**
My employer uses Apollo-Client and `react-apollo` in our web…
-
### Link to the code that reproduces this issue
https://github.com/linucks/nextjs-apollo-bug
### To Reproduce
1. Install dependencies and start node with: `npm install && npm run dev`
2. Navigate …
-
BACKEND environment is set
cynthion info --force-offline returns:
`Cynthion version: 0.1.3
Apollo version: 1.1.0
Python version: 3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0]
Found Apo…
-
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…