summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-11 06:34:10 +0200
committerEugen Wissner <belka@caraus.de>2020-07-11 06:34:10 +0200
commit840e129c4496b4e8145480d2b3c3cb34f505702e (patch)
tree0b79c0f8045d93505d8285ebff327000a6926168 /CHANGELOG.md
parent04a58be3f86ced396eed26f90643e7c88e7f2b4d (diff)
downloadgraphql-840e129c4496b4e8145480d2b3c3cb34f505702e.tar.gz
Parse subscriptions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6267247..862667c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ and this project adheres to
- `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.
+- Parsing subscriptions (the execution always fails yet).
## Changed
- `Trans.ActionT` has become to `Type.Out.ResolverT`. Since `Type.Out.Resolver`