File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +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
19
19
20
import { GraphQLError } from '../error/GraphQLError' ;
20
21
import { locatedError } from '../error/locatedError' ;
@@ -32,7 +33,6 @@ import {
32
33
33
34
import { assertValidSchema } from '../type/validate' ;
34
35
import { type GraphQLSchema } from '../type/schema' ;
35
- import { Dispatcher , type ExecutionPatchResult } from '../type/dispatcher' ;
36
36
import {
37
37
SchemaMetaFieldDef ,
38
38
TypeMetaFieldDef ,
You can’t perform that action at this time.
0 commit comments