We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066db13 commit 6223f02Copy full SHA for 6223f02
src/execution/subscribe.ts
@@ -19,6 +19,7 @@ import type {
19
ExecutionResult,
20
} from './execute';
21
import {
22
+ // eslint-disable-next-line import/no-deprecated
23
assertValidExecutionArguments,
24
buildExecutionContext,
25
buildResolveInfo,
@@ -160,6 +161,7 @@ export async function createSourceEventStream(
160
161
162
// If arguments are missing or incorrectly typed, this is an internal
163
// developer mistake which should throw an early error.
164
165
assertValidExecutionArguments(schema, document, variableValues);
166
167
// If a valid execution context cannot be created due to incorrect arguments,
0 commit comments