You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@ The `graphqlHTTP` function accepts the following options:
69
69
quite useful. You may or may not want it in production.
70
70
71
71
***`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).
73
73
74
74
***`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
76
76
`request` object is passed as the context.
77
77
78
78
***`pretty`**: If `true`, any JSON response will be pretty-printed.
0 commit comments