UNPKG

351 BTypeScriptView Raw
1import { ValidationRule, DocumentNode, GraphQLError, GraphQLSchema } from 'graphql';
2export declare function validateWithCustomRules(schema: GraphQLSchema, ast: DocumentNode, customRules?: Array<ValidationRule> | null, isRelayCompatMode?: boolean, isSchemaDocument?: boolean): Array<GraphQLError>;
3//# sourceMappingURL=validateWithCustomRules.d.ts.map
\No newline at end of file