in Prisma 1 was really nice use of subscrition with prisma.$subscribe - documentation. I look for same doc for Prisma@4.6 but in documentation is nothing about it and I found only notice that in Prisma@2 is still not implemented and maybe it will be there in future. Is there any body who know actual status how I can add to app this functionality? O what is correct place for include this now? Dev stack:
- DB ORM: Prisma@4.6, db: sqlite
- Server: Fastify@4.9
- GraphQL generator: NexusJS
Thank a lot Petr