summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/subscription/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/graphql/subscription/index.js')
-rw-r--r--school/node_modules/graphql/subscription/index.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/school/node_modules/graphql/subscription/index.js b/school/node_modules/graphql/subscription/index.js
new file mode 100644
index 0000000..845d944
--- /dev/null
+++ b/school/node_modules/graphql/subscription/index.js
@@ -0,0 +1,19 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+});
+Object.defineProperty(exports, "subscribe", {
+ enumerable: true,
+ get: function get() {
+ return _subscribe.subscribe;
+ }
+});
+Object.defineProperty(exports, "createSourceEventStream", {
+ enumerable: true,
+ get: function get() {
+ return _subscribe.createSourceEventStream;
+ }
+});
+
+var _subscribe = require("./subscribe.js");