Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/stitch/linkToFetcher.d.ts
import { ApolloLink } from 'apollo-link';
import { Fetcher } from '../Interfaces';
export { execute } from 'apollo-link';
export default function linkToFetcher(link: ApolloLink): Fetcher;