We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0220542 + 268423d commit f4c4fbbCopy full SHA for f4c4fbb
documentation/configuring.md
@@ -22,7 +22,7 @@ jsonApi.setConfig({
22
copyright: "Blah"
23
},
24
// Should the interactive GraphQL HTTP interface be served up?
25
- graphiql: true
+ graphiql: true,
26
// (optional) meta can be a function to be invoked at the end of every request
27
meta: function(request) {
28
return { timestamp: new Date() };
0 commit comments