UNPKG

252 BTypeScriptView Raw
1import { GraphQLSchema, IntrospectionQuery } from 'graphql';
2export declare const validateIntrospection: (schema: IntrospectionQuery) => void;
3export declare function introspectionToGraphQLSchema(introspectionQuery: IntrospectionQuery): GraphQLSchema;