graphql-ws
Version:
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
11 lines (10 loc) • 311 B
JavaScript
;
/**
*
* protocol
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.GRAPHQL_TRANSPORT_WS_PROTOCOL = void 0;
/** The WebSocket sub-protocol used for the [GraphQL over WebSocket Protocol](/PROTOCOL.md). */
exports.GRAPHQL_TRANSPORT_WS_PROTOCOL = 'graphql-transport-ws';