Skip to content

Commit 173a790

Browse files
committed
export supporting Executor interfaces
ExecutorArgs and ExecutionContext
1 parent 049f618 commit 173a790

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/execution/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { pathToArray as responsePathAsArray } from '../jsutils/Path';
22

3+
export type { ExecutorArgs, ExecutionContext } from './executor';
34
export {
45
Executor,
56
defaultFieldResolver,

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ export {
309309
} from './execution/index';
310310

311311
export type {
312+
ExecutorArgs,
312313
ExecutionArgs,
314+
ExecutionContext,
313315
ExecutionResult,
314316
FormattedExecutionResult,
315317
} from './execution/index';

0 commit comments

Comments
 (0)