Escape non-source characters in the encoder

This commit is contained in:
2019-12-19 06:59:27 +01:00
parent 0cbe69736b
commit 9a5d54c035
3 changed files with 16 additions and 7 deletions

View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Fragment spread is evaluated based on the `__typename` resolver. If the
resolver is missing, it is assumed that the type condition is satisfied (all
fragments are included).
- Escaping characters during encoding.
### Added
- Directive support (@skip and @include).