Files
Job_App/node_modules/graphql-tools/dist/stitching/delegateToSchema.d.ts
2025-03-28 12:30:19 +11:00

4 lines
222 B
TypeScript

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