LegacyWSExecutorOpts
The LegacyWSExecutorOpts interface exported by @graphql-tools/executor-legacy-ws.
Defined in: packages/executors/legacy-ws/src/index.ts:22
Properties
connectionParams?
optionalconnectionParams?:Record<string,unknown> | (() =>Record<string,unknown>)
Defined in: packages/executors/legacy-ws/src/index.ts:23
headers?
optionalheaders?:Record<string,any>
Defined in: packages/executors/legacy-ws/src/index.ts:24
rejectUnauthorized?
optionalrejectUnauthorized?:boolean
Defined in: packages/executors/legacy-ws/src/index.ts:30
Whether to reject unauthorized TLS certificates when connecting over wss://.
Defaults to true. Set to false only for trusted environments that use
self-signed certificates (for example local development).