We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d2dbe commit 70dc6f8Copy full SHA for 70dc6f8
src/execution/execute.ts
@@ -13,7 +13,7 @@ import { promiseForObject } from '../jsutils/promiseForObject';
13
import type { PromiseOrValue } from '../jsutils/PromiseOrValue';
14
import { promiseReduce } from '../jsutils/promiseReduce';
15
16
-import type { GraphQLErrorBehavior} from '../error/ErrorBehavior';
+import type { GraphQLErrorBehavior } from '../error/ErrorBehavior';
17
import { isErrorBehavior } from '../error/ErrorBehavior';
18
import type { GraphQLFormattedError } from '../error/GraphQLError';
19
import { GraphQLError } from '../error/GraphQLError';
0 commit comments