Inspect the underlying WebSocket messages for your GraphQL subscriptions. Verify that your UI reacts correctly to real-time updates.
Subscriptions are often 'silent' until they fail, making it hard to know if the connection is active or if the server has stopped sending data.
DevConsole hooks into the Apollo/Relay transport layer to show you a clean log of every GraphQL event sent over the wire.
DevConsole identifies active GraphQL subscriptions in your app.
Watch updates flow in and see the exact object structure your frontend receives.
Manually close the connection context to test your app's reconnection and error state UI.
Yes, it integrates seamlessly with Apollo's WebSocket transport.
Yes, the full connection_init and acknowledgement sequence is visible in the log.
Explore more ways to use DevConsole to speed up your development
DevConsole is free during development. Join 5,000+ developers shipping better code.
Get Started Now