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';
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' ;
1819
1920import { GraphQLError } from '../error/GraphQLError' ;
2021import { locatedError } from '../error/locatedError' ;
@@ -32,7 +33,6 @@ import {
3233
3334import { assertValidSchema } from '../type/validate' ;
3435import { type GraphQLSchema } from '../type/schema' ;
35- import { Dispatcher , type ExecutionPatchResult } from '../type/dispatcher' ;
3636import {
3737 SchemaMetaFieldDef ,
3838 TypeMetaFieldDef ,
You can’t perform that action at this time.
0 commit comments