From 93f42b6f8ec8c2809bfe2a14b77b0add05454c79 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Mon, 27 Mar 2017 09:49:00 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 831dce6..1d0961c 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ app.use(bodyParser.json()); app.use((req, res, next) => { req.user = null; // fetch the user making the request if desired + next(); }); app.post('/graphql', graphqlExpress((req, res) => {