Skip to content

Commit 869cb7c

Browse files
Update src/execution/values.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f951f12 commit 869cb7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/execution/values.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ type CoercedVariableValues =
3232
* provided variable definitions and arbitrary input. If the input cannot be
3333
* parsed to match the variable definitions, a GraphQLError will be thrown.
3434
*
35-
* Note: The returned value uses a null prototype to avoid collisions with
36-
* JavaScript's own property names.
35+
* Note: The `coerced` property of the returned value uses a null prototype to
36+
* avoid collisions with JavaScript's own property names.
3737
*/
3838
export function getVariableValues(
3939
schema: GraphQLSchema,

0 commit comments

Comments
 (0)