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

5 lines
203 B
TypeScript

import { Fetcher } from './makeRemoteExecutableSchema';
import { ApolloLink } from 'apollo-link';
export { execute } from 'apollo-link';
export default function linkToFetcher(link: ApolloLink): Fetcher;