Hi! Will Prisma add support for realtime/graphql s...
# orm-help
a
Hi! Will Prisma add support for realtime/graphql subscriptions anytime soon?
r
@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.