diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index fa7a4ea27a..0730eabd06 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -294,8 +294,7 @@ namespace Tgstation.Server.Host.Core .AddAuthorization() .AddType() .BindRuntimeType() - .AddQueryType() - .AddMutationType(); + .AddQueryType(); void AddTypedContext() where TContext : DatabaseContext