Skip to content

Commit c3f5e1e

Browse files
committed
import cleanup
1 parent b92e08d commit c3f5e1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/analysis/buildTypeWeights.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { query } from 'express';
21
import {
32
ArgumentNode,
43
GraphQLArgument,
54
GraphQLFieldMap,
65
GraphQLNamedType,
76
GraphQLObjectType,
87
GraphQLOutputType,
9-
IntValueNode,
108
isCompositeType,
119
isEnumType,
1210
isInterfaceType,
@@ -32,7 +30,7 @@ const DEFAULT_SCALAR_WEIGHT = 0;
3230
const DEFAULT_CONNECTION_WEIGHT = 2;
3331
const DEFAULT_QUERY_WEIGHT = 1;
3432

35-
// FIXME: What about Union, Enum and Interface defaults
33+
// FIXME: What about Interface defaults
3634

3735
/**
3836
* Default TypeWeight Configuration:

0 commit comments

Comments
 (0)