@graphql-mesh/serve-cli
Version:
6 lines (5 loc) • 391 B
TypeScript
import { type GatewayConfigSupergraph } from '@graphql-mesh/serve-runtime';
import { type AddCommand, type CLIContext, type GatewayCLIConfig } from '../cli.js';
export declare const addCommand: AddCommand;
export type SupergraphConfig = GatewayConfigSupergraph<unknown> & GatewayCLIConfig;
export declare function runSupergraph({ log }: CLIContext, config: SupergraphConfig): Promise<void>;