yoga2 icon indicating copy to clipboard operation
yoga2 copied to clipboard

Subscription Support

Open Hitabis opened this issue 5 years ago • 2 comments

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.

Hitabis avatar May 03 '19 09:05 Hitabis

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 🙏

Weakky avatar May 16 '19 09:05 Weakky

Thanks. I will try this.

Hitabis avatar May 16 '19 12:05 Hitabis