@@ -12,8 +12,6 @@ |
||
12 | 12 | use Youshido\GraphQL\Schema\AbstractSchema; |
13 | 13 | use Youshido\GraphQL\Type\ListType\ListType; |
14 | 14 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
15 | -use Youshido\GraphQL\Type\Object\ObjectType; |
|
16 | -use Youshido\GraphQL\Type\TypeMap; |
|
17 | 15 | |
18 | 16 | class SchemaType extends AbstractObjectType |
19 | 17 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | |
12 | 12 | use Youshido\GraphQL\Execution\Processor; |
13 | -use Youshido\GraphQL\Parser\Ast\ArgumentValue\InputObject; |
|
14 | 13 | use Youshido\GraphQL\Schema\Schema; |
15 | 14 | use Youshido\GraphQL\Type\InputObject\InputObjectType; |
16 | 15 | use Youshido\GraphQL\Type\ListType\ListType; |