Skip to content

Commit

Permalink
fix(): use schema directive visitor from graphql-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 4, 2020
1 parent b1189b3 commit 876be36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 'apollo-server';
import { SchemaDirectiveVisitor } from 'graphql-tools';
import { GraphQLAstExplorer } from '../graphql-ast.explorer';
import { GraphQLSchemaBuilder } from '../graphql-schema.builder';
import { GraphQLSchemaHost } from '../graphql-schema.host';
Expand All @@ -32,10 +32,10 @@ import {
ScalarsExplorerService,
} from '../services';
import {
extend,
generateString,
mergeDefaults,
normalizeRoutePath,
extend,
} from '../utils';
import { GraphQLFederationFactory } from './graphql-federation.factory';

Expand Down

0 comments on commit 876be36

Please sign in to comment.