You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(subscriptions): fix pubSub.publish code example (#1710)
Typegraphql 2.0.0 doesn't provide PubSub decorator. it provide only an interface. The code example should call pubSub instance created before to publish a notification.
0 commit comments