Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 570 Bytes

use_ws.Extra.md

File metadata and controls

31 lines (17 loc) · 570 Bytes

graphql-ws / use/ws / Extra

Interface: Extra

use/ws.Extra

The extra that will be put in the Context.

Table of contents

Properties

Properties

request

Readonly request: IncomingMessage

The initial HTTP upgrade request before the actual socket and connection is established.


socket

Readonly socket: WebSocket

The actual socket connection between the server and the client.