@@ -12,9 +12,6 @@ |
||
12 | 12 | use Youshido\GraphQL\Config\Schema\SchemaConfig; |
13 | 13 | use Youshido\GraphQL\Execution\ResolveInfo; |
14 | 14 | use Youshido\GraphQL\Schema\AbstractSchema; |
15 | -use Youshido\GraphQL\Type\NonNullType; |
|
16 | -use Youshido\GraphQL\Type\Scalar\IntType; |
|
17 | -use Youshido\GraphQL\Type\Scalar\StringType; |
|
18 | 15 | |
19 | 16 | class TestSchema extends AbstractSchema |
20 | 17 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | namespace Youshido\GraphQL\Validator\SchemaValidator; |
10 | 10 | |
11 | -use Youshido\GraphQL\Config\AbstractConfig; |
|
12 | 11 | use Youshido\GraphQL\Field\Field; |
13 | 12 | use Youshido\GraphQL\Schema\AbstractSchema; |
14 | 13 | use Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType; |
@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | |
11 | 11 | use Youshido\GraphQL\Config\Field\InputFieldConfig; |
12 | -use Youshido\GraphQL\Config\Traits\ResolvableObjectTrait; |
|
13 | -use Youshido\GraphQL\Type\InputObject\AbstractInputObjectType; |
|
14 | 12 | use Youshido\GraphQL\Type\InputTypeInterface; |
15 | 13 | use Youshido\GraphQL\Type\Traits\AutoNameTrait; |
16 | 14 | use Youshido\GraphQL\Type\Traits\FieldsArgumentsAwareObjectTrait; |
@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | |
12 | 12 | use Youshido\GraphQL\Config\Schema\SchemaConfig; |
13 | -use Youshido\GraphQL\Type\Object\ObjectType; |
|
14 | -use Youshido\GraphQL\Type\TypeInterface; |
|
15 | 13 | |
16 | 14 | abstract class AbstractSchema |
17 | 15 | { |
@@ -2,18 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Youshido\Tests\Schema; |
4 | 4 | |
5 | -use Youshido\GraphQL\Config\Object\InterfaceTypeConfig; |
|
6 | -use Youshido\GraphQL\Config\Object\ObjectTypeConfig; |
|
7 | 5 | use Youshido\GraphQL\Execution\Processor; |
8 | 6 | use Youshido\GraphQL\Schema\Schema; |
9 | 7 | use Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType; |
10 | -use Youshido\GraphQL\Type\InterfaceType\InterfaceType; |
|
11 | 8 | use Youshido\GraphQL\Type\ListType\ListType; |
12 | -use Youshido\GraphQL\Type\NonNullType; |
|
13 | 9 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
14 | 10 | use Youshido\GraphQL\Type\Object\ObjectType; |
15 | 11 | use Youshido\GraphQL\Type\Scalar\IdType; |
16 | -use Youshido\GraphQL\Type\Scalar\IntType; |
|
17 | 12 | use Youshido\GraphQL\Type\Scalar\StringType; |
18 | 13 | |
19 | 14 |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace Youshido\GraphQL\Validator\ConfigValidator\Rules; |
10 | 10 | |
11 | 11 | |
12 | -use Youshido\GraphQL\Field\AbstractInputField; |
|
13 | 12 | use Youshido\GraphQL\Field\FieldInterface; |
14 | 13 | use Youshido\GraphQL\Field\InputFieldInterface; |
15 | 14 | use Youshido\GraphQL\Type\AbstractType; |