Skip to Content
GraphQL Tools
DocumentationAPIExecutorslegacy-wssrcenumerationsLEGACY_WS

Enumeration: LEGACY_WS

Defined in: packages/executors/legacy-ws/src/index.ts:9 

Enumeration Members

COMPLETE

COMPLETE: "complete"

Defined in: packages/executors/legacy-ws/src/index.ts:19 


CONNECTION_ACK

CONNECTION_ACK: "connection_ack"

Defined in: packages/executors/legacy-ws/src/index.ts:11 


CONNECTION_ERROR

CONNECTION_ERROR: "connection_error"

Defined in: packages/executors/legacy-ws/src/index.ts:12 


CONNECTION_INIT

CONNECTION_INIT: "connection_init"

Defined in: packages/executors/legacy-ws/src/index.ts:10 


CONNECTION_KEEP_ALIVE

CONNECTION_KEEP_ALIVE: "ka"

Defined in: packages/executors/legacy-ws/src/index.ts:13 


CONNECTION_TERMINATE

CONNECTION_TERMINATE: "connection_terminate"

Defined in: packages/executors/legacy-ws/src/index.ts:16 


DATA

DATA: "data"

Defined in: packages/executors/legacy-ws/src/index.ts:17 


ERROR

ERROR: "error"

Defined in: packages/executors/legacy-ws/src/index.ts:18 


START

START: "start"

Defined in: packages/executors/legacy-ws/src/index.ts:14 


STOP

STOP: "stop"

Defined in: packages/executors/legacy-ws/src/index.ts:15