UNPKG

@graphql-mesh/cli

Version:
4 lines (3 loc) 236 B
import { MeshInstance } from '@graphql-mesh/runtime'; import { RequestHandler } from 'express'; export declare const graphqlHandler: (mesh$: Promise<MeshInstance>, playgroundTitle: string, playgroundEnabled: boolean) => RequestHandler;