diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-12-28 09:45:39 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-12-28 09:45:39 +0100 |
| commit | b1b6bfcdb902e0cbb97fbe11a59e37676005dee0 (patch) | |
| tree | b60aa7fc102b343f846bfa763cc0e2bce39c59e3 /CHANGELOG.md | |
| parent | 59aa010f0bd0e12e60fb9c9de95c92d3bf10c36d (diff) | |
| download | graphql-b1b6bfcdb902e0cbb97fbe11a59e37676005dee0.tar.gz | |
Add a test for the wrong variable location
inside an input object for the role checking for unused and undefined
variables.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a87e7e..b1e022a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to - `gql` removes not only leading `\n` but also `\r`. - Fix non nullable type string representation in executor error messages. - Fix input objects not being coerced to lists. +- Fix used variables are not found in the properties of input objects. ## [1.2.0.1] - 2023-04-25 ### Fixed |
