@@ -13,8 +13,6 @@ discard block |
||
| 13 | 13 | use Youshido\GraphQL\Execution\Visitor\AbstractQueryVisitor; |
| 14 | 14 | use Youshido\GraphQL\Field\AbstractField; |
| 15 | 15 | use Youshido\GraphQL\Field\Field; |
| 16 | -use Youshido\GraphQL\Introspection\Field\SchemaField; |
|
| 17 | -use Youshido\GraphQL\Introspection\Field\TypeDefinitionField; |
|
| 18 | 16 | use Youshido\GraphQL\Parser\Ast\Field as FieldAst; |
| 19 | 17 | use Youshido\GraphQL\Parser\Ast\Fragment; |
| 20 | 18 | use Youshido\GraphQL\Parser\Ast\FragmentInterface; |
@@ -34,7 +32,6 @@ discard block |
||
| 34 | 32 | use Youshido\GraphQL\Validator\Exception\ResolveException; |
| 35 | 33 | use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidator; |
| 36 | 34 | use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidatorInterface; |
| 37 | -use Youshido\GraphQL\Validator\SchemaValidator\SchemaValidator; |
|
| 38 | 35 | |
| 39 | 36 | class Processor |
| 40 | 37 | { |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Youshido\GraphQL\Type\Scalar\IntType; |
| 22 | 22 | use Youshido\GraphQL\Type\Scalar\StringType; |
| 23 | 23 | use Youshido\GraphQL\Type\Union\UnionType; |
| 24 | -use Youshido\Tests\DataProvider\TestEmptySchema; |
|
| 25 | 24 | use Youshido\Tests\DataProvider\TestEnumType; |
| 26 | 25 | use Youshido\Tests\DataProvider\TestInterfaceType; |
| 27 | 26 | use Youshido\Tests\DataProvider\TestObjectType; |