encode null value as "null"

This commit is contained in:
Dmitrii Skurikhin
2020-03-31 10:04:34 +03:00
parent 613e929d91
commit 30d6a0a58d
3 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Fixed
- Result of null encoding
### Added
- AST for the GraphQL schema.
- Type system definition parser.