UNPKG

@graphql-mesh/plugin-newrelic

Version:
4 lines (3 loc) 297 B
import type { Plugin } from 'graphql-yoga'; import type { MeshPlugin, MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; export default function useMeshNewrelic(options: MeshPluginOptions<YamlConfig.NewrelicConfig>, { instrumentationApi, agentApi }?: any): MeshPlugin<any> & Plugin<any>;