Interface: Extra (use/ws)
Extra (graphql-ws/use/ws): The extra that will be put in the Context.
Defined in: src/use/ws.ts:21
The extra that will be put in the Context.
Properties
request
readonlyrequest:IncomingMessage
Defined in: src/use/ws.ts:30
The initial HTTP upgrade request before the actual socket and connection is established.
socket
readonlysocket:WebSocket
Defined in: src/use/ws.ts:25
The actual socket connection between the server and the client.