UNPKG

222 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { IDelegateToSchemaOptions } from '../Interfaces';
3export default function delegateToSchema(options: IDelegateToSchemaOptions | GraphQLSchema, ...args: any[]): Promise<any>;