diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-07-06 19:10:34 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-07-06 19:10:34 +0200 |
| commit | b2d473de8dac0f85f11a8f9985d1a9a4dfee03ab (patch) | |
| tree | 15795c6a249396225da9e95be1628b8606851181 /CHANGELOG.md | |
| parent | a6f9cec413c35abdcb0d04a5550334dd2fa7d472 (diff) | |
| download | graphql-b2d473de8dac0f85f11a8f9985d1a9a4dfee03ab.tar.gz | |
Export sum type for all GraphQL types
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 7cfe229..efcc224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to - `Execute` reexports `Execute.Coerce`. - `Error.Error` is an error representation with a message and source location. - `Error.Response` represents a result of running a GraphQL query. +- `Type.Schema` exports `Type` which lists all types possible in the schema. ## Changed - `Trans.ActionT` has become to `Type.Out.ResolverT`. Since `Type.Out.Resolver` |
