This repository was archived by the owner on Dec 20, 2024. It is now read-only.
graphql-helix@1.10.1
·
87 commits
to main
since this release
Patch Changes
-
b6eff48: Handle errors thrown by subscribe handlers.
Previously any error raised with a
subscribehandler on theSubscriptionroot type was not handled and forwarded toformatPayload, which could potentially lead to error message leaking to clients.