add Arbitrary instances for AST.Document, add random arguments Parser test

This commit is contained in:
Dmitrii Skurikhin
2022-02-02 20:52:46 +03:00
committed by Eugen Wissner
parent 647547206f
commit 05e6aa4c95
4 changed files with 115 additions and 13 deletions

View File

@ -12,6 +12,9 @@ and this project adheres to
swapped).
- Parsing empty list as an argument.
### Added
- quickCheck Parser test for arguments. Arbitrary instances for Language.GraphQL.AST.Document.
## [1.0.2.0] - 2021-12-26
### Added
- `Serialize` instance for `Type.Definition.Value`.