Skip to content

Commit 4db01f3

Browse files
authored
Addendum
1 parent 571f2bc commit 4db01f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/execution/execute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ function executeOperation(
381381
operation: OperationDefinitionNode,
382382
rootValue: mixed,
383383
): MaybePromise<ObjMap<mixed> | null> {
384-
const operation = exeContext.operation;
385384
const type = getOperationRootType(exeContext.schema, operation);
386385
const fields = collectFields(
387386
exeContext,

0 commit comments

Comments
 (0)