diff --git a/src/content/graphql-js/APIReference-GraphQL.md b/src/content/graphql-js/APIReference-GraphQL.md index 2978b9fa0a..149125f9d0 100644 --- a/src/content/graphql-js/APIReference-GraphQL.md +++ b/src/content/graphql-js/APIReference-GraphQL.md @@ -144,12 +144,14 @@ var { graphql } = require('graphql'); // CommonJS ```js graphql( +{ schema: GraphQLSchema, requestString: string, rootValue?: ?any, contextValue?: ?any, variableValues?: ?{[key: string]: any}, operationName?: ?string + } ): Promise ```