Support nested fragments

... without forward lookup.
This commit is contained in:
2019-11-09 23:24:31 +01:00
parent b77da3d492
commit 1dd6b7b013
3 changed files with 45 additions and 24 deletions

View File

@ -17,6 +17,9 @@ All notable changes to this project will be documented in this file.
- (Unsupported) nested fragments doesn't throw a runtime error but return a
transformation error.
### Added
- Nested fragments support without forward lookup.
## [0.5.1.0] - 2019-10-22
### Deprecated
- `Language.GraphQL.AST.Arguments`. Use `[Language.GraphQL.AST.Argument]`