@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | |
11 | 11 | use Youshido\GraphQL\Field\Field; |
12 | -use Youshido\GraphQL\Field\FieldFactory; |
|
13 | 12 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
14 | 13 | use Youshido\GraphQL\Type\Scalar\IdType; |
15 | 14 |
@@ -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 | { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Youshido\GraphQL\Parser\Ast\Mutation; |
21 | 21 | use Youshido\GraphQL\Parser\Ast\Query; |
22 | 22 | use Youshido\GraphQL\Type\AbstractType; |
23 | -use Youshido\GraphQL\Type\CompositeTypeInterface; |
|
24 | 23 | use Youshido\GraphQL\Type\InputObject\AbstractInputObjectType; |
25 | 24 | use Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType; |
26 | 25 | use Youshido\GraphQL\Type\ListType\AbstractListType; |
@@ -9,13 +9,7 @@ discard block |
||
9 | 9 | namespace Youshido\Tests\Library\Type; |
10 | 10 | |
11 | 11 | |
12 | -use Youshido\GraphQL\Execution\Context\ExecutionContext; |
|
13 | 12 | use Youshido\GraphQL\Execution\Processor; |
14 | -use Youshido\GraphQL\Execution\Request; |
|
15 | -use Youshido\GraphQL\Field\Field; |
|
16 | -use Youshido\GraphQL\Parser\Ast\Argument; |
|
17 | -use Youshido\GraphQL\Parser\Ast\ArgumentValue\Literal; |
|
18 | -use Youshido\GraphQL\Parser\Ast\Query; |
|
19 | 13 | use Youshido\GraphQL\Schema\Schema; |
20 | 14 | use Youshido\GraphQL\Type\InputObject\InputObjectType; |
21 | 15 | use Youshido\GraphQL\Type\ListType\ListType; |
@@ -24,7 +18,6 @@ discard block |
||
24 | 18 | use Youshido\GraphQL\Type\Scalar\BooleanType; |
25 | 19 | use Youshido\GraphQL\Type\Scalar\StringType; |
26 | 20 | use Youshido\GraphQL\Type\TypeMap; |
27 | -use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidator; |
|
28 | 21 | use Youshido\Tests\DataProvider\TestInputObjectType; |
29 | 22 | |
30 | 23 | class InputObjectTypeTest extends \PHPUnit_Framework_TestCase |
@@ -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; |