Add config option for turning tracing on or off

This commit is contained in:
DMehaffy 2018-12-14 11:44:59 +01:00
parent bcbbb70d10
commit 16c5bce6c6

View File

@ -1,5 +1,6 @@
{ {
"endpoint": "/graphql", "endpoint": "/graphql",
"tracing": false,
"shadowCRUD": true, "shadowCRUD": true,
"playgroundAlways": false, "playgroundAlways": false,
"depthLimit": 7, "depthLimit": 7,