Skip to content

Commit 3641873

Browse files
committed
remove stray property
1 parent 89abc97 commit 3641873

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/execution/execute.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,13 @@ function buildExecutionContext(
209209
rawVariableValues || {}
210210
);
211211

212-
const executionPath = [];
213-
214212
return {
215213
schema,
216214
fragments,
217215
rootValue,
218216
contextValue,
219217
operation,
220218
variableValues,
221-
executionPath,
222219
errors
223220
};
224221
}

0 commit comments

Comments
 (0)