Using @neo4j/graphql I am looking to subscribe to mutation events (for example, a user calls a mutation which updates a blog post) and then send a message to redis with pubsub, send a message to kafka, alert any websocket subscriptions of a change, o...