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
Nexus is deprecated you should not looking at the repo anymore. Now you should use @nexus/schema combined with an Apollo-server (or maybe another GQL server solution). Apollo handles very well subscriptions. Unfortunately, for now, prisma doesn’t have a real-time API but it’s planned (see on the official website). But it’s not big deal you can provide your own subscriptions by using apollo pubsub. If you are using crud experimental solution you can use middlewares to fire your own subscriptions.
Nexus is going to support subscriptions soon. Are there any plans to combine
crud
andsubscriptions
?https://github.com/graphql-nexus/nexus/pull/1397
The text was updated successfully, but these errors were encountered: