Skip to content

Commit 195e814

Browse files
committed
format
1 parent 540f3c1 commit 195e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gateway/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import {
1717
} from '@graphql-hive/gateway-runtime';
1818
import { Logger } from '@graphql-hive/logger';
1919
import type { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4';
20+
import type { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
2021
import type { PubSub } from '@graphql-hive/pubsub';
2122
import type UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
2223
import type { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
23-
import type { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
2424
import type { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
2525
import type { KeyValueCache, YamlConfig } from '@graphql-mesh/types';
2626
import { renderGraphiQL } from '@graphql-yoga/render-graphiql';

0 commit comments

Comments
 (0)