UNPKG

@graphql-mesh/cli

Version:
4 lines (3 loc) 329 B
import type { ServeMeshOptions } from '@graphql-mesh/runtime'; import type { GraphQLMeshCLIParams } from '../../index.cjs'; export declare function serveMesh({ baseDir, argsPort, getBuiltMesh, logger, rawServeConfig, playgroundTitle, registerTerminateHandler, }: ServeMeshOptions, cliParams: GraphQLMeshCLIParams): Promise<any>;