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 49a7d50 commit 1339779Copy full SHA for 1339779
README.md
@@ -398,7 +398,7 @@ Then use the `jsonGraphqlExpress` express middleware:
398
399
```js
400
import express from 'express';
401
-import { jsonGraphqlExpress } from 'json-graphql-server';
+import jsonGraphqlExpress from 'json-graphql-server';
402
403
const PORT = 3000;
404
const app = express();
@@ -515,7 +515,7 @@ fetch({
515
516
517
518
519
520
import OAuthSecurityMiddleWare from './path/to/OAuthSecurityMiddleWare';
521
0 commit comments