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 b84b69f commit 56c2e42Copy full SHA for 56c2e42
src/execution/index.js
@@ -10,4 +10,4 @@
10
export { execute, defaultFieldResolver, responsePathAsArray } from './execute';
11
export { getDirectiveValues } from './values';
12
13
-export type { ExecutionResult } from './execute';
+export type { ExecutionArgs, ExecutionResult } from './execute';
0 commit comments