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 02145ff commit eccd411Copy full SHA for eccd411
src/execution/execute.ts
@@ -353,7 +353,7 @@ export function buildExecutionContext(
353
function executeOperation(
354
exeContext: ExecutionContext,
355
operation: OperationDefinitionNode,
356
-): PromiseOrValue<ObjMap<unknown> | null> {
+): PromiseOrValue<ObjMap<unknown>> {
357
const rootType = exeContext.schema.getRootType(operation.operation);
358
if (rootType == null) {
359
throw new GraphQLError(
0 commit comments