UNPKG

@graphql-mesh/cli

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