UNPKG

@envelop/apollo-tracing

Version:

This plugin tracks execution and resolvers and reports it using [`apollo-tracing`](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-tracing) format (based on GraphQL `extensions`).

3 lines (2 loc) 93 B
import { Plugin } from '@envelop/core'; export declare const useApolloTracing: () => Plugin;