Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek authored Mar 27, 2017
1 parent 974d7d0 commit 93f42b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 93f42b6

Please sign in to comment.