Skip to content

Commit

Permalink
fix(gateway): import d.ts from @apollo/gateway instead of ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 30, 2021
1 parent bf8202a commit e751df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/gql-gateway-module-options.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { GatewayConfig, ServiceEndpointDefinition } from '@apollo/gateway';
import { GraphQLDataSource } from '@apollo/gateway/src/datasources/types';
import { GraphQLDataSource } from '@apollo/gateway/dist/datasources/types';
import { Type } from '@nestjs/common';
import { ModuleMetadata } from '@nestjs/common/interfaces';
import { GqlModuleOptions } from './gql-module-options.interface';
Expand Down

0 comments on commit e751df4

Please sign in to comment.