Skip to content

Commit

Permalink
feat(subscriptions): export getSubscriptionEventSource
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed May 14, 2017
1 parent e989ae5 commit 0d8380f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export type {
ExecutionResult,
} from './execution';

export { subscribe } from './subscription';
export { subscribe, getSubscriptionEventSource } from './subscription';

// Validate GraphQL queries.
export {
Expand Down
2 changes: 1 addition & 1 deletion src/subscription/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { subscribe } from './subscribe';
export { subscribe, getSubscriptionEventSource } from './subscribe';

0 comments on commit 0d8380f

Please sign in to comment.