-
This is my App.js
import React from "react";
import { ApolloClient, HttpLink, InMemoryCache } from "apollo-boost";
import { ApolloProvider } from "react-apollo";
import "./App.css";
import Pos…
-
**Intended outcome:**
Links on docs page do not return 404.
**Actual outcome:**
Links on docs page return 404:
https://www.apollographql.com/docs/react/
Under the `RELATED GUIDE…
-
**Intended outcome:**
The following query should match with the provided mock when testing a component that queries the local state using the `@client` directive:
```gql
query GetLocalSta…
-
Hi there,
I am using `apollo codegen:generate` to generate TypeScript types based on my queries; also I have configured `apollo.config.json` which points to local schema file. is there a way to con…
-
**Intended outcome:**
I'd like to be able to use Apollo Client 2 to query and mutate data from the server as well as local data.
**Actual outcome:**
It seems that, even if the concepts are po…
-
There doesn't appear to be a built in way to have store in ApolloProvider.
I've had to use React-redux to compensate.
https://github.com/apollographql/react-apollo/issues/1360
-
I have simple react component with graphql decorator. When component was mounted I am doing subscribeToMore. I will receive first data but immediately after that subscription it stoped working. Compon…
-
**Intended outcome:**
When using writeFragment in update function the UI gets updated for queries including that object.
**Actual outcome:**
writeFragment will update object in query when o…
-
**Intended outcome:**
I'm trying to do server side rendering (SSR) of my application.
**_app.express.js_**
```
import React, { Fragment } from 'react'
import ReactDOMServer from 'react-…
-
I ran into an issue where some clients are sending `Content-Type: application/json; charset-utf8` and tracked the issue back to [this integration](https://github.com/apollo-server-integrations/apollo-…