mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Update HotChocolate
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<ItemGroup>
|
||||
<!-- GraphQL connector and code generator -->
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />
|
||||
<PackageReference Include="StrawberryShake.Server" Version="14.3.0" />
|
||||
<PackageReference Include="StrawberryShake.Server" Version="15.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace Tgstation.Server.Host.GraphQL
|
||||
return error;
|
||||
|
||||
var errorBuilder = ErrorBuilder.FromError(error)
|
||||
.RemoveException()
|
||||
.SetException(null)
|
||||
.ClearExtensions();
|
||||
|
||||
const string ErrorCodeFieldName = "errorCode";
|
||||
|
||||
@@ -100,15 +100,15 @@
|
||||
<!-- Usage: GitLab interop -->
|
||||
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
|
||||
<!-- Usage: GraphQL API Engine -->
|
||||
<PackageReference Include="HotChocolate.AspNetCore" Version="14.3.0" />
|
||||
<PackageReference Include="HotChocolate.AspNetCore" Version="15.0.3" />
|
||||
<!-- Usage: GraphQL Authorization Plugin -->
|
||||
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.3.0" />
|
||||
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="15.0.3" />
|
||||
<!-- Usage: GraphQL IDatabaseContext support -->
|
||||
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.3.0" />
|
||||
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="15.0.3" />
|
||||
<!-- Usage: DataLoader source generation -->
|
||||
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.3.0" />
|
||||
<PackageReference Include="HotChocolate.Types.Analyzers" Version="15.0.3" />
|
||||
<!-- Usage: GraphQL additional scalar type definitions -->
|
||||
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.3.0" />
|
||||
<PackageReference Include="HotChocolate.Types.Scalars" Version="15.0.3" />
|
||||
<!-- Usage: git interop -->
|
||||
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
|
||||
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->
|
||||
|
||||
Reference in New Issue
Block a user