Skip to content

Commit

Permalink
Fix server test
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Sep 2, 2023
1 parent 344a3e9 commit e92e7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/GraphQL.Server.Test/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void ConfigureServices(IServiceCollection services)
{
services.AddGraphQL(builder => builder
.AddSchema<TestSchema>()
.AddSystemTextJson()
.UseApolloTracing(enableMetrics: true)
.AddErrorInfoProvider(opt => opt.ExposeExceptionDetails = true)
);
Expand Down

0 comments on commit e92e7af

Please sign in to comment.