yoga2
yoga2 copied to clipboard
Subscription Support
Is there a release plan for subscription in yoga2? Or is it blocked by #12?
Error : Subscription are not supported yet
This would be a key feature to us. Even more important than middleware since you can use custom middleware by ejecting.
Hey there,
Nexus-prisma currently doesn't support subscription for auto-generated resolvers. You can however make the resolvers yourself using the client.
Please check out this release note which explains how to deal with subscriptions atm: https://github.com/prisma/nexus-prisma/releases/tag/v0.3.7
Side note: Even though the ***SubscriptionPayload
type appears not to exist on the autocompletion, let the server restart and you should be good 🙏
Thanks. I will try this.