'How to perform websocket query/mutation in @apollo/client

Is there any way how to process request via websocket instead of "http request" for my queries?

I have already decraled WebSocketLink for subscriptions, but I would like to perform query operations via websocket too.

I am using react.

Thank you.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source