This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
github-actions
released this
18 Nov 22:07
·
87 commits
to main
since this release
Patch Changes
-
b6eff48: Handle errors thrown by subscribe handlers.
Previously any error raised with a
subscribe
handler on theSubscription
root type was not handled and forwarded toformatPayload
, which could potentially lead to error message leaking to clients.