UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

4 lines (3 loc) 222 B
import { GraphQLSchema } from 'graphql'; import { IDelegateToSchemaOptions } from '../Interfaces'; export default function delegateToSchema(options: IDelegateToSchemaOptions | GraphQLSchema, ...args: any[]): Promise<any>;