Skip to content

Commit

Permalink
Remove more unused imports from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Mar 2, 2021
1 parent 0cb2a3d commit 9ed379d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
import {
GraphQLEnumType,
Kind,
DocumentNode,
validate,
GraphQLSchema,
specifiedDirectives,
} from 'graphql';
import { validateSDL } from 'graphql/validation/validate';
import gql from 'graphql-tag';
import { composeServices, buildMapsFromServiceList } from '../../../compose';
import { buildMapsFromServiceList } from '../../../compose';
import {
astSerializer,
typeSerializer,
selectionSetSerializer,
} from 'apollo-federation-integration-testsuite';
import { normalizeTypeDefs } from '../../../normalize';
import federationDirectives from '../../../../directives';
import { ServiceDefinition } from '../../../types';
import { MatchingEnums } from '../matchingEnums';
Expand Down

0 comments on commit 9ed379d

Please sign in to comment.