Completed
Pull Request — 8.x-3.x (#432)
by Sebastian
02:02
created
src/GraphQL/Execution/Processor.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,16 +8,13 @@
 block discarded – undo
8 8
 use Drupal\graphql\GraphQL\SecureFieldInterface;
9 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
11
-use Youshido\GraphQL\Exception\ResolveException;
12 11
 use Youshido\GraphQL\Execution\DeferredResolverInterface;
13 12
 use Youshido\GraphQL\Execution\Processor as BaseProcessor;
14
-use Youshido\GraphQL\Field\AbstractField;
15 13
 use Youshido\GraphQL\Field\Field;
16 14
 use Youshido\GraphQL\Field\FieldInterface;
17 15
 use Youshido\GraphQL\Parser\Ast\Interfaces\FieldInterface as AstFieldInterface;
18 16
 use Youshido\GraphQL\Parser\Ast\Query as AstQuery;
19 17
 use Youshido\GraphQL\Schema\AbstractSchema;
20
-use Youshido\GraphQL\Type\TypeService;
21 18
 
22 19
 class Processor extends BaseProcessor {
23 20
   /**
Please login to merge, or discard this patch.