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 b92e08d commit c3f5e1eCopy full SHA for c3f5e1e
src/analysis/buildTypeWeights.ts
@@ -1,12 +1,10 @@
1
-import { query } from 'express';
2
import {
3
ArgumentNode,
4
GraphQLArgument,
5
GraphQLFieldMap,
6
GraphQLNamedType,
7
GraphQLObjectType,
8
GraphQLOutputType,
9
- IntValueNode,
10
isCompositeType,
11
isEnumType,
12
isInterfaceType,
@@ -32,7 +30,7 @@ const DEFAULT_SCALAR_WEIGHT = 0;
32
30
const DEFAULT_CONNECTION_WEIGHT = 2;
33
31
const DEFAULT_QUERY_WEIGHT = 1;
34
35
-// FIXME: What about Union, Enum and Interface defaults
+// FIXME: What about Interface defaults
36
37
/**
38
* Default TypeWeight Configuration:
0 commit comments