UNPKG

@graphql-mesh/cli

Version:
3 lines (2 loc) 247 B
import type { ServerStartOptions, ServerStartResult } from './types.js'; export declare function startNodeHttpServer({ meshHTTPHandler, getBuiltMesh, sslCredentials, graphqlPath, hostname, port, }: ServerStartOptions): Promise<ServerStartResult>;