diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-11-08 20:05:51 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-11-08 20:08:47 +0100 |
| commit | a961b168dbc0d594dab4eb38e14f0295af6d69b4 (patch) | |
| tree | c2f564c0cdecd1dcea0e37b9525ee01a33b369ea /CHANGELOG.md | |
| parent | a1cda38e20ae42ce771b056a1067eff75a0f25ad (diff) | |
| download | graphql-a961b168dbc0d594dab4eb38e14f0295af6d69b4.tar.gz | |
Add a test for the input object coercion issue
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 08ee22d..3a87e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to ### Fixed - `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. ## [1.2.0.1] - 2023-04-25 ### Fixed |
