Rewrite argument list to argument map

This commit is contained in:
2020-01-01 10:58:11 +01:00
parent d82d5a36b3
commit dd8f312cb3
6 changed files with 25 additions and 24 deletions

View File

@ -30,6 +30,8 @@ and this project adheres to
- `Schema.wrappedScalarA`.
- `Schema.wrappedObjectA`.
- `Schema.objectA`.
- `AST.Argument`. Replaced with `AST.Arguments` which holds all arguments as a
key/value map.
## [0.6.1.0] - 2019-12-23
### Fixed