Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@logaretm logaretm released this 20 Jan 22:58
· 206 commits to main since this release

πŸ¦– TypeScript

  • Fixed typing issue with Subscription forwarder type not accepting standard GraphQL ExecutionResult objects #93 (9ced480)

πŸ› Bugs Fixed

  • Fixed an issue where subscriptions did not report query errors correctly #93 (9ced480)

πŸ’– Enhancements

  • Tweaked the pause behavior with subscriptions to not unsubscribe from the observable when paused, instead it will ignore the result and freeze the state until resume is called again #94