Is it possible to do subscriptions with nexus?
# orm-help
l
Is it possible to do subscriptions with nexus?
j
Not yet, unfortunately.
l
Is there no workaround I can use either?
j
You can create the subscription using regular
graphql
and then merge the two schemas (probably). I've not worked a lot with Subscriptions lately. Only with the old prisma-binding.
l
👍
🦜 1
z
i think subscription is available for nexus: https://github.com/prisma/nexus/pull/66
just not yet for prisma-nexus
l
Yeah thanks @Zarazas . I just noticed that! playing with it now 👍
j
Aaah, mb! I thought that was for both 🤷‍♂️
w
Hey there! What nexus-prisma doesn’t do yet is automatically generating resolvers for subscriptions 🙏