UNPKG

graphql-mocks

Version:
7 lines (6 loc) 261 B
import { GraphQLSchema } from 'graphql'; import { Reference } from '../types'; export declare function validate(schema: GraphQLSchema, reference: Reference): Error | null; export declare class ValidationError extends Error { constructor(errors: Error[]); }