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 5c0d40e commit 41c2de6Copy full SHA for 41c2de6
README.md
@@ -768,7 +768,7 @@ console.log('Listening to port 4000');
768
769
```js
770
import express from 'express'; // yarn add express
771
-import { createHandler } from 'graphql-http/lib/use/express';
+import { createHandler } from 'graphql-http/lib/use/http';
772
import processRequest from 'graphql-upload/processRequest.mjs'; // yarn add graphql-upload
773
import { schema } from './my-graphql';
774
0 commit comments