mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Discconnect the Mutation until it has at least one method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user