Property ‘asyncIterator’ does not exist on type ‘PubSub<Record>’.ts(2339)

Property ‘asyncIterator’ does not exist on type ‘PubSub<Record>’.ts(2339)

This happens in my Nestjs app, when I use simple code: import { PubSub } from ‘graphql-subscriptions’; export const pubSub = new PubSub(); …

 

Read More