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) => {