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 09c2b03 commit 696eb48Copy full SHA for 696eb48
src/Tests/IntegrationTests/QueryExecutor.cs
@@ -23,7 +23,6 @@ public static async Task<string> ExecuteQuery<TDbContext>(
23
{
24
Schema = schema,
25
Query = query,
26
- ThrowOnUnhandledException = true,
27
Variables = inputs,
28
RequestServices = provider,
29
};
0 commit comments