Report subscription error locations

This commit is contained in:
2021-07-02 09:28:03 +02:00
parent b580d1a988
commit b99bb72272
4 changed files with 46 additions and 25 deletions

View File

@ -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.