graphql-subscriptions-continued
Advanced tools
Changelog
3.0.0
iterall
use with native Symbol.asyncIterator
. PubSubEngine.asyncIterator
is now PubSubEngine.asyncIterableIterator
. <br/>
@n1ru4l in #232PubSub
. <br/>
@cursorsdottsx in #245readonly
arrays of event names. <br/>
@rh389 in #234AsyncIterator
as the withFilter
resolver function. <br/>
@maclockard in #220withFilter
TypeScript improvements. <br/>
@HofmannZ in #230withFilter
returns AsyncIterableIterator
for compatibility with Apollo Server subscriptions. <br/>
@tninesling in #276