Add a test for the input object coercion issue

This commit is contained in:
2023-11-08 20:05:51 +01:00
parent a1cda38e20
commit a961b168db
3 changed files with 33 additions and 13 deletions

View File

@ -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