Skip to content

Commit

Permalink
export supporting Executor interfaces
Browse files Browse the repository at this point in the history
ExecutorArgs and ExecutionContext
  • Loading branch information
yaacovCR committed Oct 4, 2021
1 parent 2423b77 commit c124435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/execution/index.ts
@@ -1,5 +1,6 @@
export { pathToArray as responsePathAsArray } from '../jsutils/Path';

export type { ExecutorArgs, ExecutionContext } from './executor';
export {
Executor,
defaultFieldResolver,
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -313,7 +313,9 @@ export {
} from './execution/index';

export type {
ExecutorArgs,
ExecutionArgs,
ExecutionContext,
ExecutionResult,
FormattedExecutionResult,
} from './execution/index';
Expand Down

0 comments on commit c124435

Please sign in to comment.