diff --git a/src/execution/index.ts b/src/execution/index.ts index 574fc78cfa..eba70ffd57 100644 --- a/src/execution/index.ts +++ b/src/execution/index.ts @@ -48,3 +48,4 @@ export { getVariableValues, getDirectiveValues, } from './values.ts'; +export type { VariableValues } from './values.ts'; diff --git a/src/index.ts b/src/index.ts index 7232871e9d..ffd756bfe1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -385,6 +385,7 @@ export type { RootSelectionSetExecutor, AsyncWorkFinishedInfo, ExecutionHooks, + VariableValues, ValidatedExecutionArgs, ValidatedSubscriptionArgs, ExecutionResult,