diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 3667364722..353d0063a9 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -294,7 +294,7 @@ namespace Tgstation.Server.Host.Core // configure graphql if (postSetupServices.InternalConfiguration.EnableGraphQL) services - .AddGraphQLServer(disableCostAnalyzer: true) + .AddGraphQLServer() .AddAuthorization() .ModifyOptions(options => {