logaretm
released this
20 Jan 22:58
·
226 commits
to main
since this release
π¦ TypeScript
- Fixed typing issue with Subscription forwarder type not accepting standard GraphQL
ExecutionResult
objects #93 (9ced480)
π Bugs Fixed
π Enhancements
- Tweaked the
pause
behavior with subscriptions to notunsubscribe
from the observable when paused, instead it will ignore the result and freeze the state untilresume
is called again #94