When we create/setup our apollo client, we pass in a value of false for the connectOnInit param for the WebSocketTransport because we want to have control over pausing/resuming websocket events and only receive them when the user is viewing this specific screen. When the user visits this scr...