Skip to content

Commit 408c3e1

Browse files
committed
Remove deprecated excess classes imports
1 parent 258c46f commit 408c3e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/FederatedSchema.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44

55
namespace Apollo\Federation;
66

7-
use Apollo\Federation\Types\EntityObjectType;
8-
use Apollo\Federation\Utils\FederatedSchemaPrinter;
9-
use GraphQL\Type\Definition\CustomScalarType;
10-
use GraphQL\Type\Definition\Directive;
11-
use GraphQL\Type\Definition\ListOfType;
12-
use GraphQL\Type\Definition\ObjectType;
13-
use GraphQL\Type\Definition\Type;
14-
use GraphQL\Type\Definition\UnionType;
157
use GraphQL\Type\Schema;
16-
use GraphQL\Utils\TypeInfo;
17-
use GraphQL\Utils\Utils;
188

199
/**
2010
* A federated GraphQL schema definition see related docs {@see https://www.apollographql.com/docs/apollo-server/federation/introduction }.

0 commit comments

Comments
 (0)