Skip to content

Commit 815896d

Browse files
sort imports
1 parent f4f858a commit 815896d

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
@@ -15,6 +15,7 @@ import promiseReduce from '../jsutils/promiseReduce';
1515
import promiseForObject from '../jsutils/promiseForObject';
1616
import { type PromiseOrValue } from '../jsutils/PromiseOrValue';
1717
import { type Path, addPath, pathToArray } from '../jsutils/Path';
18+
import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
1819

1920
import { GraphQLError } from '../error/GraphQLError';
2021
import { locatedError } from '../error/locatedError';
@@ -32,7 +33,6 @@ import {
3233

3334
import { assertValidSchema } from '../type/validate';
3435
import { type GraphQLSchema } from '../type/schema';
35-
import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
3636
import {
3737
SchemaMetaFieldDef,
3838
TypeMetaFieldDef,

0 commit comments

Comments
 (0)