Add GraphQL tracing option default to false

This commit is contained in:
DMehaffy 2018-12-14 14:26:40 +01:00
parent 16c5bce6c6
commit f5c730dc70

View File

@ -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,
};