apollo

How do I communicate using gql with Apollo websocket protocol

How do I communicate using gql with Apollo websocket protocol Question: I want to connect to the websocket. When I inspect the traffic between the client and the server I see that the first message is the handshake: {"type": "connection_init", "payload": { "accept-language": "en", "ec-version": "5.1.88", "referrer": URL, } } Based on the format (the …

Total answers: 2