We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3d151 commit 2faf9c9Copy full SHA for 2faf9c9
code/complete/GraphQL/Startup.cs
@@ -71,6 +71,7 @@ public void ConfigureServices(IServiceCollection services)
71
.AddDataLoader<SessionByIdDataLoader>()
72
.AddDataLoader<SpeakerByIdDataLoader>()
73
.AddDataLoader<TrackByIdDataLoader>()
74
+ .ModifyRequestOptions(o => o.IncludeExceptionDetails = true)
75
76
// we make sure that the db exists and prefill it with conference data.
77
.EnsureDatabaseIsCreated()
0 commit comments