graphql-language-service
Version:
The official, runtime independent Language Service for GraphQL
3 lines • 351 B
TypeScript
import { ValidationRule, DocumentNode, GraphQLError, GraphQLSchema } from 'graphql';
export declare function validateWithCustomRules(schema: GraphQLSchema, ast: DocumentNode, customRules?: Array<ValidationRule> | null, isRelayCompatMode?: boolean, isSchemaDocument?: boolean): Array<GraphQLError>;
//# sourceMappingURL=validateWithCustomRules.d.ts.map