-
**Intended outcome:**
I expect `graphql` to work as it did with `react-apollo@2`.
**Actual outcome:**
After upgrading to `react-apollo@3`, components that use `graphql` and also u…
-
### Background and motivation
People use [ConcurrentDictionary](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDic…
-
Using the latest version of Spring Boot (1.4.2.RELEASE) and enabling Oauth2 using `@EnableAuthorizationServer`, I can't get CORS support to work using either the `@CrossOrigin` or the global support …
-
We're currently building out a schema and testing how to update that schema in the future. We want to use `management.addProperties()` to map properties to vertices and `management.addConnection()` to…
-
**Intended outcome:**
The `previousResult` variable should contain the previous data.
**Actual outcome:**
The `previousResult` is undefined
**How to reproduce the issue:**
I followed the tuto…
-
### Issue Description
My hypothesis is that any two queries that share a field where the second query uses @defer on the field, the second query will read from and return the cache for the field ev…
jer-k updated
3 months ago
-
I am getting this:
```log
2023-10-09T13:04:07.696099Z ERROR main tracing_loki: couldn't send logs to loki error_count=1 backoff_time=0ns error=HTTP status client error (429 …
-
Problem Description
After deploying the Medusa backend to my own server, I encountered some strange issues. The system runs stably for a few days, but then the storefront page reports an error when o…
-
**Intended outcome:**
In the event Nginx times out on a long request [parseAndCheckHttpResponse](https://github.com/apollographql/apollo-client/blob/d470c964db46728d8a5dfc63990859c550fa1656/src/l…
-
**Intended outcome:**
When a subscription's initial data is returned by the GraphQL server,
the `useSubscription` hook should:
- Set `loading` to `false`.
- Provide the data in `data`.
- Do thi…