Support directives (skip and include)

Fixes #24.
This commit is contained in:
2019-12-06 22:52:24 +01:00
parent fc9ad9c4a1
commit 3c1a5c800f
6 changed files with 211 additions and 33 deletions

View File

@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
resolver is missing, it is assumed that the type condition is satisfied (all
fragments are included).
### Added
- Directive support (@skip and @include).
## [0.6.0.0] - 2019-11-27
### Changed
- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.