UNPKG

@graphql-yoga/apollo-link

Version:
7 lines (6 loc) 285 B
import { ExecutorLink } from '@graphql-tools/executor-apollo-link'; import { HTTPExecutorOptions } from '@graphql-tools/executor-http'; export type YogaLinkOptions = HTTPExecutorOptions; export declare class YogaLink extends ExecutorLink { constructor(options: YogaLinkOptions); }