UNPKG

@graphql-mesh/plugin-statsd

Version:
3 lines (2 loc) 201 B
import type { MeshPlugin, MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; export default function useMeshStatsd(pluginOptions: MeshPluginOptions<YamlConfig.StatsdPlugin>): MeshPlugin<any>;