We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a3e9 commit e92e7afCopy full SHA for e92e7af
tests/GraphQL.Server.Test/Startup.cs
@@ -22,6 +22,7 @@ public void ConfigureServices(IServiceCollection services)
22
{
23
services.AddGraphQL(builder => builder
24
.AddSchema<TestSchema>()
25
+ .AddSystemTextJson()
26
.UseApolloTracing(enableMetrics: true)
27
.AddErrorInfoProvider(opt => opt.ExposeExceptionDetails = true)
28
);
0 commit comments