Skip to content

Commit

Permalink
actually express
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jul 8, 2023
1 parent 7f5b851 commit 05c3daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ console.log('Listening to port 4000');

```js
import express from 'express'; // yarn add express
import { createHandler } from 'graphql-http/lib/use/http';
import { createHandler } from 'graphql-http/lib/use/express';
import processRequest from 'graphql-upload/processRequest.mjs'; // yarn add graphql-upload
import { schema } from './my-graphql';

Expand Down

0 comments on commit 05c3daf

Please sign in to comment.