We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049f618 commit 173a790Copy full SHA for 173a790
src/execution/index.ts
@@ -1,5 +1,6 @@
1
export { pathToArray as responsePathAsArray } from '../jsutils/Path';
2
3
+export type { ExecutorArgs, ExecutionContext } from './executor';
4
export {
5
Executor,
6
defaultFieldResolver,
src/index.ts
@@ -309,7 +309,9 @@ export {
309
} from './execution/index';
310
311
export type {
312
+ ExecutorArgs,
313
ExecutionArgs,
314
+ ExecutionContext,
315
ExecutionResult,
316
FormattedExecutionResult,
317
0 commit comments