Completed
Push — master ( f73088...560fa4 )
by Alexandr
03:33
created
src/Execution/Processor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Youshido\GraphQL\Schema\AbstractSchema;
28 28
 use Youshido\GraphQL\Type\AbstractType;
29 29
 use Youshido\GraphQL\Type\Object\AbstractObjectType;
30
-use Youshido\GraphQL\Type\Scalar\AbstractScalarType;
31 30
 use Youshido\GraphQL\Type\TypeInterface;
32 31
 use Youshido\GraphQL\Type\TypeMap;
33 32
 use Youshido\GraphQL\Type\TypeService;
Please login to merge, or discard this patch.
src/Validator/ResolveValidator/ResolveValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.