federation/gateway/node_modules/graphql-tools/dist/stitching/linkToFetcher.d.ts
2020-11-14 16:43:58 +01:00

4 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;