UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

6 lines (5 loc) 223 B
import type { ASTVisitor } from '../../language/visitor'; import type { ASTValidationContext } from '../ValidationContext'; export declare function MaxIntrospectionDepthRule( context: ASTValidationContext, ): ASTVisitor;