summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/subscription/index.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/subscription/index.js.flow')
-rw-r--r--includes/external/school/node_modules/graphql/subscription/index.js.flow3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/subscription/index.js.flow b/includes/external/school/node_modules/graphql/subscription/index.js.flow
new file mode 100644
index 0000000..9f37bfd
--- /dev/null
+++ b/includes/external/school/node_modules/graphql/subscription/index.js.flow
@@ -0,0 +1,3 @@
+// @flow strict
+export { subscribe, createSourceEventStream } from './subscribe';
+export type { SubscriptionArgs } from './subscribe';