We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258c46f commit 408c3e1Copy full SHA for 408c3e1
src/FederatedSchema.php
@@ -4,17 +4,7 @@
4
5
namespace Apollo\Federation;
6
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;
15
use GraphQL\Type\Schema;
16
-use GraphQL\Utils\TypeInfo;
17
-use GraphQL\Utils\Utils;
18
19
/**
20
* A federated GraphQL schema definition see related docs {@see https://www.apollographql.com/docs/apollo-server/federation/introduction }.
0 commit comments