We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ffe7c commit 538f2cfCopy full SHA for 538f2cf
packages/plugins/opentelemetry/src/plugin.ts
@@ -1,6 +1,5 @@
1
import {
2
GatewayConfigContext,
3
- GatewayContext,
4
getRetryInfo,
5
isRetryExecutionRequest,
6
Logger,
@@ -9,7 +8,7 @@ import {
9
8
import { getHeadersObj } from '@graphql-mesh/utils';
10
import { ExecutionRequest, fakePromise } from '@graphql-tools/utils';
11
import { unfakePromise } from '@whatwg-node/promise-helpers';
12
-import { Plugin, useErrorCoordinate } from 'graphql-yoga';
+import { useErrorCoordinate } from 'graphql-yoga';
13
14
context,
15
hive,
0 commit comments