UNPKG

@graphql-mesh/serve-runtime

Version:
6 lines (5 loc) 216 B
import type { Logger } from '@graphql-mesh/types'; import type { MeshServePlugin } from './types'; export declare function useSubgraphExecuteDebug<TContext>(opts: { logger: Logger; }): MeshServePlugin<TContext>;