mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 03:56:39 +00:00
4 lines
203 B
TypeScript
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;
|