File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import promiseReduce from '../jsutils/promiseReduce';
1616import promiseForObject from '../jsutils/promiseForObject' ;
1717import { type PromiseOrValue } from '../jsutils/PromiseOrValue' ;
1818import { type Path , addPath , pathToArray } from '../jsutils/Path' ;
19- import { Dispatcher , type ExecutionPatchResult } from '../type /dispatcher' ;
19+ import { Dispatcher , type ExecutionPatchResult } from './dispatcher' ;
2020
2121import { GraphQLError } from '../error/GraphQLError' ;
2222import { locatedError } from '../error/locatedError' ;
Original file line number Diff line number Diff line change 33export { pathToArray as responsePathAsArray } from '../jsutils/Path' ;
44
55export { execute , defaultFieldResolver , defaultTypeResolver } from './execute' ;
6+ export type { ExecutionPatchResult } from './dispatcher' ;
67export type { ExecutionArgs , ExecutionResult } from './execute' ;
78
89export { getDirectiveValues } from './values' ;
Original file line number Diff line number Diff line change @@ -288,7 +288,11 @@ export {
288288 getDirectiveValues ,
289289} from './execution/index' ;
290290
291- export type { ExecutionArgs , ExecutionResult } from './execution/index' ;
291+ export type {
292+ ExecutionArgs ,
293+ ExecutionResult ,
294+ ExecutionPatchResult ,
295+ } from './execution/index' ;
292296
293297export { subscribe , createSourceEventStream } from './subscription/index' ;
294298export type { SubscriptionArgs } from './subscription/index' ;
You can’t perform that action at this time.
0 commit comments