File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ import {
17
17
} from '@graphql-hive/gateway-runtime' ;
18
18
import { Logger } from '@graphql-hive/logger' ;
19
19
import type { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4' ;
20
+ import type { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry' ;
20
21
import type { PubSub } from '@graphql-hive/pubsub' ;
21
22
import type UpstashRedisCache from '@graphql-mesh/cache-upstash-redis' ;
22
23
import type { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth' ;
23
- import type { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry' ;
24
24
import type { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus' ;
25
25
import type { KeyValueCache , YamlConfig } from '@graphql-mesh/types' ;
26
26
import { renderGraphiQL } from '@graphql-yoga/render-graphiql' ;
You can’t perform that action at this time.
0 commit comments