mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Add GraphQL tracing option default to false
This commit is contained in:
parent
16c5bce6c6
commit
f5c730dc70
@ -162,6 +162,7 @@ module.exports = strapi => {
|
||||
context: ctx,
|
||||
}),
|
||||
validationRules: [depthLimit(strapi.plugins.graphql.config.depthLimit)],
|
||||
tracing: _.get(strapi.plugins.graphql, 'config.tracing', false),
|
||||
playground: false,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user