We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e47bb3 commit 0e05077Copy full SHA for 0e05077
1 file changed
src/execution/execute.js
@@ -15,6 +15,7 @@ import promiseReduce from '../jsutils/promiseReduce';
15
import promiseForObject from '../jsutils/promiseForObject';
16
import { type PromiseOrValue } from '../jsutils/PromiseOrValue';
17
import { type Path, addPath, pathToArray } from '../jsutils/Path';
18
+import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
19
20
import { GraphQLError } from '../error/GraphQLError';
21
import { locatedError } from '../error/locatedError';
@@ -32,7 +33,6 @@ import {
32
33
34
import { assertValidSchema } from '../type/validate';
35
import { type GraphQLSchema } from '../type/schema';
-import { Dispatcher, type ExecutionPatchResult } from '../type/dispatcher';
36
import {
37
SchemaMetaFieldDef,
38
TypeMetaFieldDef,
0 commit comments