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 d1113cc commit b15fbcdCopy full SHA for b15fbcd
src/validation/rules/MaxIntrospectionDepthRule.ts
@@ -50,6 +50,7 @@ export function MaxIntrospectionDepthRule(
50
if (
51
node.kind === Kind.FIELD &&
52
// check all introspection lists
53
+ // TODO: instead of relying on field names, check whether the type is a list
54
(node.name.value === 'fields' ||
55
node.name.value === 'interfaces' ||
56
node.name.value === 'possibleTypes' ||
0 commit comments