UNPKG

@graphql-mesh/serve-runtime

Version:
6 lines (5 loc) 272 B
import type { GatewayConfig, GatewayConfigContext, GatewayPlugin } from './types.cjs'; export declare function getReportingPlugin<TContext>(config: GatewayConfig<TContext>, configContext: GatewayConfigContext): { name?: string; plugin: GatewayPlugin<TContext>; };