Initial Save
This commit is contained in:
8
node_modules/subscriptions-transport-ws/dist/protocol.js
generated
vendored
Normal file
8
node_modules/subscriptions-transport-ws/dist/protocol.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.GRAPHQL_SUBSCRIPTIONS = exports.GRAPHQL_WS = void 0;
|
||||
var GRAPHQL_WS = 'graphql-ws';
|
||||
exports.GRAPHQL_WS = GRAPHQL_WS;
|
||||
var GRAPHQL_SUBSCRIPTIONS = 'graphql-subscriptions';
|
||||
exports.GRAPHQL_SUBSCRIPTIONS = GRAPHQL_SUBSCRIPTIONS;
|
||||
//# sourceMappingURL=protocol.js.map
|
||||
Reference in New Issue
Block a user