-
I discovered this bug in an application I am building, where two different sections of the application are dependant on the value stored in local state.
I was able to replicate the issue in the `re…
-
**Intended outcome:**
I'm super stoked about using Apollo Client for its `link-state` and am also excited about the prospect of leveraging observables in my code (with RxJS in my case).
**A…
-
**Intended outcome:**
Update to apollo-cache-inmemory 1.3.0.
**Actual outcome:**
This below code no longer works as expected in the new version. The initial query is fine and I get the message da…
-
**Intended outcome:**
Adding currently selected ids of a todo to a local state reactive variable (an array of ids) should update the local fields only.
For example: isSelected for every todo is …
-
**Intended outcome:**
Following the [Apollo boost tutorial](https://www.apollographql.com/docs/react/essentials/get-started.html) in a Stencil application, it should compile.
**Actual outc…
-
query + variables A return dataA and no errors
query + variables B return no data and errorB
**Intended outcome:**
1. Running a query Using Query Component initially with set of variables A…
-
Hi,
I am trying to installing canvas lms on Ubuntu 18.04lts with manually while installing I am facing lot of issues below are the proof and let me know the solution on this
Node: 16
Ruby: 2.6 …
-
**Intended outcome:**
Consider [an example API](https://countries.trevorblades.com/) with following schema:
```graphql
type Country {
code: ID!
name: String!
states: [State!]!
}
…
-
**Actual outcome:**
Cannot read property 'cache' of null in the resolver file
Resolver.js
```
export const resolver = ({cache}) => { //
**Versions**
"apollo-boost": "^0.3.0",
…
-
I get this randomly in my Apollo Client code. I'm using the anti-pattern of surrounding all setState with an isMounted flag to prevent attempts to set the state when a component is unmounted or a user…