Skip to content

Commit 56c2e42

Browse files
committed
Add missing ExecutionArgs export
1 parent b84b69f commit 56c2e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
export { execute, defaultFieldResolver, responsePathAsArray } from './execute';
1111
export { getDirectiveValues } from './values';
1212

13-
export type { ExecutionResult } from './execute';
13+
export type { ExecutionArgs, ExecutionResult } from './execute';

0 commit comments

Comments
 (0)