Completed
Pull Request — master (#37)
by Sebastian
03:52
created
Tests/StarWars/Schema/QueryType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Tests/DataProvider/TestSchema.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Execution/Processor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use Youshido\GraphQL\Validator\Exception\ResolveException;
35 35
 use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidator;
36 36
 use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidatorInterface;
37
-use Youshido\GraphQL\Validator\SchemaValidator\SchemaValidator;
38 37
 
39 38
 class Processor
40 39
 {
Please login to merge, or discard this patch.