Skip to content

Commit 0d8380f

Browse files
committed
feat(subscriptions): export getSubscriptionEventSource
1 parent e989ae5 commit 0d8380f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export type {
243243
ExecutionResult,
244244
} from './execution';
245245

246-
export { subscribe } from './subscription';
246+
export { subscribe, getSubscriptionEventSource } from './subscription';
247247

248248
// Validate GraphQL queries.
249249
export {

src/subscription/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { subscribe } from './subscribe';
1+
export { subscribe, getSubscriptionEventSource } from './subscribe';

0 commit comments

Comments
 (0)