graphql-ws / use/ws / Extra
use/ws.Extra
The extra that will be put in the Context
.
• Readonly
request: IncomingMessage
The initial HTTP upgrade request before the actual socket and connection is established.
• Readonly
socket: WebSocket
The actual socket connection between the server and the client.