Document usage of the json flag

This commit is contained in:
2022-06-30 11:10:46 +02:00
parent 0d25f482dd
commit 0dac9701bc
5 changed files with 39 additions and 7 deletions

View File

@ -10,6 +10,11 @@ and this project adheres to
### Changed
- Removed deprecated `Language.GraphQL.Error` functions: `addErr`, `addErrMsg`,
`singleError`.
- Deprecate `Resolution`, `CollectErrsT` and `runCollectErrs` in the `Error`
module. It was already noted in the documentation that these symbols are
deprecated, now a pragma is added.
- `Language.GraphQL`: Added information about the *json* flag and switching to
*graphql-spice* for JSON support.
## [1.0.3.0] - 2022-03-27
### Fixed