@@ -8,16 +8,13 @@ |
||
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 | /** |