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 ea4b240 + 160c543 commit 268423dCopy full SHA for 268423d
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