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 b5bd14b commit c675be5Copy full SHA for c675be5
README.md
@@ -502,7 +502,7 @@ const client = createClient({
502
```js
503
const fetch = require('node-fetch'); // yarn add node-fetch
504
const { AbortController } = require('node-abort-controller'); // (node < v15) yarn add node-abort-controller
505
-const { createClient } = require('graphql-sse');
+const { createClient } = require('graphql-http');
506
507
const client = createClient({
508
url: 'http://no.browser:4000/graphql',
0 commit comments