UNPKG

263 BTypeScriptView Raw
1/// <reference types="@types/graphql" />
2import { GraphQLSchema, IntrospectionQuery } from 'graphql';
3export declare const validateSchema: (schema: IntrospectionQuery) => void;
4export declare const loadSchema: (schemaObject: IntrospectionQuery) => GraphQLSchema;