Please read Detect subscription successfully started · enisdenjo/graphql-ws · Discussion #528 · GitHub first
In our application it’s not safe to let user to see the page before subscribing to GraphQL events. I would like to show a progress bar while subscription successfully started. in case of error I can show error message because there is a way to detect errors, but there is no way to detect start of subscription.
I also need to resolve/reject a promise and there is no way to resolve it
I’m just wondering is there workaround for this problem?