Hi! Will Prisma add support for realtime/graphql subscriptions anytime soon?
r
Ryan
10/13/2021, 6:29 AM
@Andy Fang 👋
Not anytime soon. As for GraphQL subscriptions, Prisma currently is only an ORM so the subscription part needs to be managed by the GraphQL layer you’re using and then query for data using Prisma itself.