Added GraphiQL disable.
This commit is contained in:
@@ -27,7 +27,7 @@ function initPostgraphile(credentials) {
|
||||
// watchPg: true,
|
||||
disableDefaultMutations: true,
|
||||
dynamicJson: true,
|
||||
graphiql: true,
|
||||
graphiql: config.database.graphiql,
|
||||
enhanceGraphiql: true,
|
||||
allowExplain: () => true,
|
||||
// simpleCollections: 'only',
|
||||
|
||||
Reference in New Issue
Block a user