🦖 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