Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.2.0](v1.1.0...v1.2.0) (2022-08-12) ### Bug Fixes * **handler:** `onSubscribe` can return readonly `GraphQLError`s ([5ce6841](5ce6841)) * **handler:** Allow empty query string parameter (necessary for persisted operations) ([4eed1d5](4eed1d5)) * **handler:** Don't validate if `onSubscribe` returns execution arguments ([17c8007](17c8007)) * **handler:** Respond with error if GraphQL execution result is iterable ([d1ffdf7](d1ffdf7)) ### Features * **handler:** `onSubscribe` can return an `ExecutionResult` for immediate result response ([0dcaf89](0dcaf89)) * **handler:** Expose `getAcceptableMediaType` and `makeResponse` for increased modularity ([ae8ea29](ae8ea29)) * **handler:** Request may contain a context value ([3a593f8](3a593f8)) ### Performance Improvements * **handler:** Detect non-string query parameter before parsing ([4bc71ee](4bc71ee))
- Loading branch information