Question regarding subscriptions.
Coming from the Meteor.js days, I'm trying to implement a realtime chat POC
When playing with subscriptions in Prisma I noticed that the data only seems to show when something happens rather than giving me all of the data, and sending new data realtime.
Is this the expected behavior of subscriptions or am I misusing this functionality.
Also if anyone has advice on how to accomplish this using prisma could you please let me know