Hi, I am getting this error `TypeError: PubSub is not a constructor` when importing PubSub from apollo-server code snippet: const { PubSub} = require('apollo-server'); const pubsub = new PubSub(); I appreciate any help, thank you
Hi, I am getting this error
TypeError: PubSub is not a constructorwhen importing PubSub from apollo-servercode snippet:
const { PubSub} = require('apollo-server');
const pubsub = new PubSub();
I appreciate any help, thank you