UNPKG

@graphql-mesh/serve-runtime

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