We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd7f78 commit 5213e68Copy full SHA for 5213e68
1 file changed
src/validation/rules/OverlappingFieldsCanBeMergedRule.ts
@@ -18,7 +18,8 @@ import type { ASTVisitor } from '../../language/visitor';
18
import type {
19
GraphQLField,
20
GraphQLNamedType,
21
- GraphQLOutputType} from '../../type/definition';
+ GraphQLOutputType,
22
+} from '../../type/definition';
23
import {
24
getNamedType,
25
isInterfaceType,
0 commit comments