This commit is contained in:
6
node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts
generated
vendored
Normal file
6
node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { SDLValidationContext } from '../ValidationContext';
|
||||
|
||||
export function MaxIntrospectionDepthRule(
|
||||
context: SDLValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user