Skip to content

Commit ea3da66

Browse files
committed
Update with changes in v0.5.0
1 parent 370c699 commit ea3da66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/docs/APIReference-Execution.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ var GraphQLExecution = require('graphql/execution'); // CommonJS
3333
export function execute(
3434
schema: GraphQLSchema,
3535
documentAST: Document,
36-
rootValue?: any,
37-
variableValues?: ?{[key: string]: any},
36+
rootValue?: mixed,
37+
contextValue?: mixed,
38+
variableValues?: ?{[key: string]: mixed},
3839
operationName?: ?string
3940
): Promise<ExecutionResult>
4041

0 commit comments

Comments
 (0)