Implement Show class for GraphQL type definitions

.. in the `Type` modules.
This commit is contained in:
2020-12-14 22:36:27 +01:00
parent 2dbc985dfc
commit 2bcae9e0a7
5 changed files with 47 additions and 1 deletions

View File

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