Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

graphql-helix@1.10.1

Choose a tag to compare

@github-actions github-actions released this 18 Nov 22:07
· 87 commits to main since this release
9e55fd8

Patch Changes

  • b6eff48: Handle errors thrown by subscribe handlers.

    Previously any error raised with a subscribe handler on the Subscription root type was not handled and forwarded to formatPayload, which could potentially lead to error message leaking to clients.