diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-07-02 09:28:03 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-07-02 09:28:03 +0200 |
| commit | b99bb722722b8d7a40445a3e8af7b6b3f09cf770 (patch) | |
| tree | 5ddafd033acbd0f9a048253a681384b3554876d5 /CHANGELOG.md | |
| parent | b580d1a98880749c1473c11b790d3ec622fe00ad (diff) | |
| download | graphql-b99bb722722b8d7a40445a3e8af7b6b3f09cf770.tar.gz | |
Report subscription error locations
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abc211..65a8f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to including an optional schema description and user-defined types not referenced in the schema directly (for example interface implementations). - `Language.GraphQL.Schema.description` returns the optional schema description. +- All errors that can be associated with a location in the query contain + location information. ### Fixed - Parser now accepts empty lists and objects. |
