Skip to content

Commit

Permalink
export executeReactive / graphqlReactive
Browse files Browse the repository at this point in the history
  • Loading branch information
DxCx committed Oct 29, 2016
1 parent ae93335 commit 5e112d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/execution/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/

export { execute } from './execute';
export { execute, executeReactive } from './execute';
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

// The primary entry point into fulfilling a GraphQL request.
export {
graphql
graphql,
graphqlReactive,
} from './graphql';


Expand Down Expand Up @@ -130,6 +131,7 @@ export {
// Execute GraphQL queries.
export {
execute,
executeReactive,
} from './execution';


Expand Down

0 comments on commit 5e112d5

Please sign in to comment.