Provide custom Show instances for AST values

This commit is contained in:
2021-02-04 08:12:12 +01:00
parent a034f2ce4d
commit b27da54bf4
6 changed files with 89 additions and 27 deletions

View File

@ -16,7 +16,7 @@ and this project adheres to
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.
- Show instances for GraphQL type definitions in the `Type` modules.
- Custom Show instances for the type representation in the AST.
- Custom Show instances for type and value representations in the AST.
## [0.11.0.0] - 2020-11-07
### Changed