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 @@ -16,6 +16,7 @@ import promiseReduce from '../jsutils/promiseReduce';
16
16
import promiseForObject from '../jsutils/promiseForObject' ;
17
17
import { type PromiseOrValue } from '../jsutils/PromiseOrValue' ;
18
18
import { type Path , addPath , pathToArray } from '../jsutils/Path' ;
19
+ import { Dispatcher , type ExecutionPatchResult } from '../type/dispatcher' ;
19
20
20
21
import { GraphQLError } from '../error/GraphQLError' ;
21
22
import { locatedError } from '../error/locatedError' ;
@@ -33,7 +34,6 @@ import {
33
34
34
35
import { assertValidSchema } from '../type/validate' ;
35
36
import { type GraphQLSchema } from '../type/schema' ;
36
- import { Dispatcher , type ExecutionPatchResult } from '../type/dispatcher' ;
37
37
import {
38
38
SchemaMetaFieldDef ,
39
39
TypeMetaFieldDef ,
You can’t perform that action at this time.
0 commit comments