Initial Save
This commit is contained in:
14
node_modules/graphql/validation/rules/ExecutableDefinitions.d.ts
generated
vendored
Normal file
14
node_modules/graphql/validation/rules/ExecutableDefinitions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { ASTValidationContext } from '../ValidationContext';
|
||||
|
||||
export function nonExecutableDefinitionMessage(defName: string): string;
|
||||
|
||||
/**
|
||||
* Executable definitions
|
||||
*
|
||||
* A GraphQL document is only valid for execution if all definitions are either
|
||||
* operation or fragment definitions.
|
||||
*/
|
||||
export function ExecutableDefinitions(
|
||||
context: ASTValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user