We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5a9ab commit c165907Copy full SHA for c165907
src/graphql.js
@@ -36,6 +36,11 @@ import type { MaybePromise } from './jsutils/MaybePromise';
36
* rootValue:
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
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.
44
* variableValues:
45
* A mapping of variable name to runtime value to use for all variables
46
* defined in the requestString.
0 commit comments