UNPKG

@graphql-mesh/plugin-prometheus

Version:
4 lines (3 loc) 284 B
import type { Plugin as YogaPlugin } from 'graphql-yoga'; import { MeshPlugin, MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; export default function useMeshPrometheus(pluginOptions: MeshPluginOptions<YamlConfig.PrometheusConfig>): Promise<MeshPlugin<any> & YogaPlugin>;