Split validation rule tests in contexts

This commit is contained in:
2021-02-06 12:54:27 +01:00
parent b27da54bf4
commit ed725ea514
4 changed files with 917 additions and 876 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to
interfaces they implement.
- Show instances for GraphQL type definitions in the `Type` modules.
- Custom Show instances for type and value representations in the AST.
- `AST.Document.escape` escapes a single character in a `StringValue`.
## [0.11.0.0] - 2020-11-07
### Changed