Skip to content

Commit 9e3e6dc

Browse files
sort imports
1 parent 3a00ccd commit 9e3e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import promiseReduce from '../jsutils/promiseReduce';
1616
import promiseForObject from '../jsutils/promiseForObject';
1717
import { type PromiseOrValue } from '../jsutils/PromiseOrValue';
1818
import { type Path, addPath, pathToArray } from '../jsutils/Path';
19+
import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
1920

2021
import { GraphQLError } from '../error/GraphQLError';
2122
import { locatedError } from '../error/locatedError';
@@ -33,7 +34,6 @@ import {
3334

3435
import { assertValidSchema } from '../type/validate';
3536
import { type GraphQLSchema } from '../type/schema';
36-
import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
3737
import {
3838
SchemaMetaFieldDef,
3939
TypeMetaFieldDef,

0 commit comments

Comments
 (0)