We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ce0c0 commit 0a98862Copy full SHA for 0a98862
docs/source/api/react/hooks.mdx
@@ -25,7 +25,9 @@ import { ApolloProvider } from '@apollo/client/react';
25
```jsx {7-9}
26
const client = new ApolloClient({
27
cache: new InMemoryCache(),
28
- uri: "http://localhost:4000/graphql"
+ link: new HttpLink({
29
+ uri: "http://localhost:4000/graphql",
30
+ })
31
});
32
33
ReactDOM.render(
0 commit comments