We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c165907 commit 4bccc3fCopy full SHA for 4bccc3f
src/graphql.js
@@ -37,7 +37,7 @@ import type { MaybePromise } from './jsutils/MaybePromise';
37
* The value provided as the first argument to resolver functions on the top
38
* level type (e.g. the query object type).
39
* contextValue:
40
- * The context value is provided as an argument to resolver functions after
+ * The context value is provided as an argument to resolver functions after
41
* field arguments. It is used to pass shared information useful at any point
42
* during executing this query, for example the currently logged in user and
43
* connections to databases or other services.
0 commit comments