Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit d15099b

Browse files
authored
Update README.md
1 parent dbe5d03 commit d15099b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ The `graphqlHTTP` function accepts the following options:
6969
quite useful. You may or may not want it in production.
7070

7171
* **`rootValue`**: A value to pass as the `rootValue` to the `graphql()`
72-
function from [`GraphQL.js`][].
72+
function from [`GraphQL.js/src/execute.js`](https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L121).
7373

7474
* **`context`**: A value to pass as the `context` to the `graphql()`
75-
function from [`GraphQL.js`][]. If `context` is not provided, the
75+
function from [`GraphQL.js/src/execute.js`](https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L122). If `context` is not provided, the
7676
`request` object is passed as the context.
7777

7878
* **`pretty`**: If `true`, any JSON response will be pretty-printed.

0 commit comments

Comments
 (0)