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 26e5375 commit 2aaf644Copy full SHA for 2aaf644
src/execution/__tests__/errorPropagation-test.ts
@@ -1,13 +1,9 @@
1
import { describe, it } from 'mocha';
2
3
import { expectJSON } from '../../__testUtils__/expectJSON.js';
4
-
5
import type { PromiseOrValue } from '../../jsutils/PromiseOrValue.js';
6
7
import { parse } from '../../language/parser.js';
8
9
import { buildSchema } from '../../utilities/buildASTSchema.js';
10
11
import { execute } from '../execute.js';
12
import type { ExecutionResult } from '../types.js';
13
0 commit comments