File tree 4 files changed +7
-2
lines changed 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';
15
15
import promiseForObject from '../jsutils/promiseForObject' ;
16
16
import { type PromiseOrValue } from '../jsutils/PromiseOrValue' ;
17
17
import { type Path , addPath , pathToArray } from '../jsutils/Path' ;
18
- import { Dispatcher , type ExecutionPatchResult } from '../type /dispatcher' ;
18
+ import { Dispatcher , type ExecutionPatchResult } from './dispatcher' ;
19
19
20
20
import { GraphQLError } from '../error/GraphQLError' ;
21
21
import { locatedError } from '../error/locatedError' ;
Original file line number Diff line number Diff line change 3
3
export { pathToArray as responsePathAsArray } from '../jsutils/Path' ;
4
4
5
5
export { execute , defaultFieldResolver , defaultTypeResolver } from './execute' ;
6
+ export type { ExecutionPatchResult } from './dispatcher' ;
6
7
export type { ExecutionArgs , ExecutionResult } from './execute' ;
7
8
8
9
export { getDirectiveValues } from './values' ;
Original file line number Diff line number Diff line change @@ -288,7 +288,11 @@ export {
288
288
getDirectiveValues ,
289
289
} from './execution' ;
290
290
291
- export type { ExecutionArgs , ExecutionResult } from './execution' ;
291
+ export type {
292
+ ExecutionArgs ,
293
+ ExecutionResult ,
294
+ ExecutionPatchResult ,
295
+ } from './execution' ;
292
296
293
297
export { subscribe , createSourceEventStream } from './subscription' ;
294
298
export type { SubscriptionArgs } from './subscription' ;
You can’t perform that action at this time.
0 commit comments