diff --git a/src/Tgstation.Server.Host/Authority/Core/GraphQLAuthorityInvoker{TAuthority}.cs b/src/Tgstation.Server.Host/Authority/Core/GraphQLAuthorityInvoker{TAuthority}.cs index 35cc1cbcd1..6181cb3ddc 100644 --- a/src/Tgstation.Server.Host/Authority/Core/GraphQLAuthorityInvoker{TAuthority}.cs +++ b/src/Tgstation.Server.Host/Authority/Core/GraphQLAuthorityInvoker{TAuthority}.cs @@ -176,7 +176,7 @@ namespace Tgstation.Server.Host.Authority.Core async ValueTask IGraphQLAuthorityInvoker.InvokeTransformable( Func>> authorityInvoker, QueryContext? queryContext) - => await ((IGraphQLAuthorityInvoker)this).InvokeTransformable(authorityInvoker, queryContext) + => await ((IGraphQLAuthorityInvoker)this).InvokeTransformableAllowMissing(authorityInvoker, queryContext) ?? throw new InvalidOperationException("Authority invocation should have returned a non-nullable result!"); ///