We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d61385 + e7908ef commit 975e051Copy full SHA for 975e051
src/execution/collectFields.ts
@@ -13,6 +13,7 @@ import type {
13
} from '../language/ast.js';
14
import { Kind } from '../language/kinds.js';
15
import { visit } from '../language/visitor.js';
16
+
17
import type { GraphQLObjectType } from '../type/definition.js';
18
import { isAbstractType } from '../type/definition.js';
19
import {
0 commit comments