hey, i wanted to make use of server side subscriptions in prisma, to realize somekind of event driven chain like pictured in the docs (order send, order processed, order shipped, etc) But i just do not get the example in the docs
https://www.prismagraphql.com/docs/reference/server_side-subscriptions/overview-to1ahf0ob6 I mean, just adding the subscription point and schema? Don´t i need some kind of js to do something? I also do not get the connection. On the Graphcool cloud you get a query and a js file, but i do not get how I am supposed to do that in prisma and how these two files connect… The sample project with subscriptions also did not work yet 😞