Revert "Disable the cost analyzer"

This reverts commit d1434112f6.
This commit is contained in:
Jordan Dominion
2024-09-15 11:35:33 -04:00
parent 90d0d09c57
commit 269476cdd9
@@ -294,7 +294,7 @@ namespace Tgstation.Server.Host.Core
// configure graphql
if (postSetupServices.InternalConfiguration.EnableGraphQL)
services
.AddGraphQLServer(disableCostAnalyzer: true)
.AddGraphQLServer()
.AddAuthorization()
.ModifyOptions(options =>
{