mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
3 lines
222 B
TypeScript
3 lines
222 B
TypeScript
import { GraphQLSchema } from 'graphql';
|
|
import { IDelegateToSchemaOptions } from '../Interfaces';
|
|
export default function delegateToSchema(options: IDelegateToSchemaOptions | GraphQLSchema, ...args: any[]): Promise<any>;
|