Make all encoder functions return lazy text

This commit is contained in:
2019-08-05 09:00:11 +02:00
parent f9dd363457
commit a3354e7f58
3 changed files with 45 additions and 39 deletions

View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
documents with multiple operations.
- `Language.GraphQL.Encoder.document` and other encoding functions take a
`Formatter` as argument to distinguish between minified and pretty printing.
- All encoder functions return `Data.Text.Lazy`.
### Removed
- Unused `Language.GraphQL.Encoder.spaced`.