UNPKG

graphql-yoga

Version:

<div align="center"><img src="./website/public/cover.png" width="720" /></div>

9 lines (8 loc) 302 B
import { YogaLogger } from '@graphql-yoga/logger'; import { Plugin } from './types.cjs'; export interface HealthCheckPluginOptions { id?: string; logger?: YogaLogger; endpoint?: string; } export declare function useHealthCheck({ id, logger, endpoint, }?: HealthCheckPluginOptions): Plugin;