UNPKG

@graphql-mesh/serve-cli

Version:
6 lines (5 loc) 391 B
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>;