@graphql-mesh/serve-cli
Version:
6 lines (5 loc) • 367 B
text/typescript
import { type GatewayConfigProxy } from '@graphql-mesh/serve-runtime';
import { type AddCommand, type CLIContext, type GatewayCLIConfig } from '../cli.cjs';
export declare const addCommand: AddCommand;
export type ProxyConfig = GatewayConfigProxy<unknown> & GatewayCLIConfig;
export declare function runProxy({ log }: CLIContext, config: ProxyConfig): Promise<void>;