Completed
Pull Request — 8.x-3.x (#671)
by Sebastian
02:11
created
src/GraphQL/Execution/QueryProcessor.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,14 +2,11 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\GraphQL\Execution;
4 4
 
5
-use Drupal\Core\Cache\CacheableDependencyInterface;
6 5
 use Drupal\Core\Cache\Cache;
7 6
 use Drupal\Core\Cache\CacheableMetadata;
8 7
 use Drupal\Core\Cache\CacheBackendInterface;
9 8
 use Drupal\Core\Cache\Context\CacheContextsManager;
10
-use Drupal\Core\Session\AccountProxyInterface;
11 9
 use Drupal\graphql\Plugin\SchemaPluginManager;
12
-use Drupal\graphql\GraphQL\QueryProvider\QueryProviderInterface;
13 10
 use Drupal\graphql\GraphQL\Cache\CacheableRequestError;
14 11
 use GraphQL\Error\Error;
15 12
 use GraphQL\Error\FormattedError;
@@ -27,7 +24,6 @@  discard block
 block discarded – undo
27 24
 use GraphQL\Utils\AST;
28 25
 use GraphQL\Utils\TypeInfo;
29 26
 use GraphQL\Utils\Utils;
30
-use GraphQL\Validator\DocumentValidator;
31 27
 use GraphQL\Validator\Rules\AbstractValidationRule;
32 28
 use GraphQL\Validator\ValidationContext;
33 29
 use Symfony\Component\HttpFoundation\RequestStack;
Please login to merge, or discard this patch.