We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f951f12 commit 869cb7cCopy full SHA for 869cb7c
1 file changed
src/execution/values.ts
@@ -32,8 +32,8 @@ type CoercedVariableValues =
32
* provided variable definitions and arbitrary input. If the input cannot be
33
* parsed to match the variable definitions, a GraphQLError will be thrown.
34
*
35
- * Note: The returned value uses a null prototype to avoid collisions with
36
- * JavaScript's own property names.
+ * Note: The `coerced` property of the returned value uses a null prototype to
+ * avoid collisions with JavaScript's own property names.
37
*/
38
export function getVariableValues(
39
schema: GraphQLSchema,
0 commit comments