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 3a17407 commit 15dafb8Copy full SHA for 15dafb8
src/execution/execute.ts
@@ -347,7 +347,7 @@ export function buildExecutionContext(
347
function executeOperation(
348
exeContext: ExecutionContext,
349
operation: OperationDefinitionNode,
350
-): PromiseOrValue<ObjMap<unknown> | null> {
+): PromiseOrValue<ObjMap<unknown>> {
351
const rootType = exeContext.schema.getRootType(operation.operation);
352
if (rootType == null) {
353
throw new GraphQLError(
0 commit comments