Discconnect the Mutation until it has at least one method

This commit is contained in:
Jordan Dominion
2024-09-09 17:37:10 -04:00
parent 615cda54a9
commit a644223ccc
@@ -294,8 +294,7 @@ namespace Tgstation.Server.Host.Core
.AddAuthorization()
.AddType<UnsignedIntType>()
.BindRuntimeType<Version, SemverType>()
.AddQueryType<Query>()
.AddMutationType<Mutation>();
.AddQueryType<Query>();
void AddTypedContext<TContext>()
where TContext : DatabaseContext