Skip to content

Commit

Permalink
remove stray property
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Jun 10, 2016
1 parent 89abc97 commit 3641873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/execution/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,13 @@ function buildExecutionContext(
rawVariableValues || {}
);

const executionPath = [];

return {
schema,
fragments,
rootValue,
contextValue,
operation,
variableValues,
executionPath,
errors
};
}
Expand Down

0 comments on commit 3641873

Please sign in to comment.