Skip to content

Commit

Permalink
Update lib/federation/graphql-federation.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 4, 2020
1 parent 48d3f5f commit b1189b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/federation/graphql-federation.module.ts
Expand Up @@ -10,7 +10,7 @@ import { loadPackage } from '@nestjs/common/utils/load-package.util';
import { ApplicationConfig, HttpAdapterHost } from '@nestjs/core';
import { MetadataScanner } from '@nestjs/core/metadata-scanner';
import { ApolloServerBase } from 'apollo-server-core';
import { SchemaDirectiveVisitor } from 'graphql-tools';
import { SchemaDirectiveVisitor } from 'apollo-server';
import { GraphQLAstExplorer } from '../graphql-ast.explorer';
import { GraphQLSchemaBuilder } from '../graphql-schema.builder';
import { GraphQLSchemaHost } from '../graphql-schema.host';
Expand Down

0 comments on commit b1189b3

Please sign in to comment.