• Extract the reference to web socket when given a request object that is coming from Postgraphile. The web socket reference is attached as a symbol.

    Parameters

    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

      A Postgraphile request.

    Returns undefined | WebSocket

Generated using TypeDoc