Skip to content

Commit 93f42b6

Browse files
Update README.md
1 parent 974d7d0 commit 93f42b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ app.use(bodyParser.json());
203203

204204
app.use((req, res, next) => {
205205
req.user = null; // fetch the user making the request if desired
206+
next();
206207
});
207208

208209
app.post('/graphql', graphqlExpress((req, res) => {

0 commit comments

Comments
 (0)