Initialisation
Added the packages and files for the backend server
This commit is contained in:
5
node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts
generated
vendored
Normal file
5
node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ASTVisitor } from '../../language/visitor';
|
||||
import type { ASTValidationContext } from '../ValidationContext';
|
||||
export declare function MaxIntrospectionDepthRule(
|
||||
context: ASTValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user