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 @@ -15,7 +15,7 @@ import promiseReduce from '../jsutils/promiseReduce';
1515import promiseForObject from '../jsutils/promiseForObject' ;
1616import { type PromiseOrValue } from '../jsutils/PromiseOrValue' ;
1717import { type Path , addPath , pathToArray } from '../jsutils/Path' ;
18- import { Dispatcher , type ExecutionPatchResult } from '../type /dispatcher' ;
18+ import { Dispatcher , type ExecutionPatchResult } from './dispatcher' ;
1919
2020import { GraphQLError } from '../error/GraphQLError' ;
2121import { 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' ;
290290
291- export type { ExecutionArgs , ExecutionResult } from './execution' ;
291+ export type {
292+ ExecutionArgs ,
293+ ExecutionResult ,
294+ ExecutionPatchResult ,
295+ } from './execution' ;
292296
293297export { subscribe , createSourceEventStream } from './subscription' ;
294298export type { SubscriptionArgs } from './subscription' ;
You can’t perform that action at this time.
0 commit comments