Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:13
· 6 commits to main since this release

Minor Changes

  • 751084a: Wrap subscription async iteration in wrapExecute so that nested field
    resolvers run within the execution context (e.g. AsyncLocalStorage).
    Previously only the initial subscribe call was wrapped, causing resolvers
    for subscription result types to lose context like socket or branch state.