We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e989ae5 commit 0d8380fCopy full SHA for 0d8380f
src/index.js
@@ -243,7 +243,7 @@ export type {
243
ExecutionResult,
244
} from './execution';
245
246
-export { subscribe } from './subscription';
+export { subscribe, getSubscriptionEventSource } from './subscription';
247
248
// Validate GraphQL queries.
249
export {
src/subscription/index.js
@@ -1 +1 @@
1
-export { subscribe } from './subscribe';
+export { subscribe, getSubscriptionEventSource } from './subscribe';
0 commit comments