Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcnr-hx authored Jun 1, 2017
2 parents 0220542 + 268423d commit f4c4fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jsonApi.setConfig({
copyright: "Blah"
},
// Should the interactive GraphQL HTTP interface be served up?
graphiql: true
graphiql: true,
// (optional) meta can be a function to be invoked at the end of every request
meta: function(request) {
return { timestamp: new Date() };
Expand Down

0 comments on commit f4c4fbb

Please sign in to comment.