UNPKG

@envelop/opentelemetry

Version:

This plugins integrates [Open Telemetry](https://opentelemetry.io/) tracing with your GraphQL execution. It also collects GraphQL execution errors and reports it as Exceptions.

3 lines (2 loc) 111 B
import { DocumentNode } from 'graphql'; export declare function hasInlineArgument(doc: DocumentNode): boolean;