diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-12-14 22:36:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-12-14 22:36:27 +0100 |
| commit | 2bcae9e0a7657ddb261328caadc884c57992f304 (patch) | |
| tree | 58f7bac4eca240a85d6cc83cefd786a603e18297 /CHANGELOG.md | |
| parent | 2dbc985dfcaacdb198fe41e2e88123e8a982bd71 (diff) | |
| download | graphql-2bcae9e0a7657ddb261328caadc884c57992f304.tar.gz | |
Implement Show class for GraphQL type definitions
.. in the `Type` modules.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c0b19..2ec77ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |
