Test queries in the browser
Is there a way to hijack the WebSocket and send messages in the network tab (or in another app) via the WebSocket without needing to code this into your app, to test your backend queries?
data = await client.query("messages:list", {});client.query()