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 Jun 22, 2021
1 parent 72850bd commit 176ea26
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 @@ -309,7 +309,9 @@ export {
} from './execution/index';

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

0 comments on commit 176ea26

Please sign in to comment.