Completed
Pull Request — 8.x-3.x (#525)
by Sebastian
02:27
created
src/GraphQL/Execution/QueryProcessor.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,11 @@
 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\CacheableMetadata;
7 6
 use Drupal\Core\Session\AccountProxyInterface;
8
-use Drupal\graphql\GraphQL\Schema\SchemaLoader;
9 7
 use Drupal\graphql\Plugin\GraphQL\SchemaPluginManager;
10 8
 use GraphQL\Error\FormattedError;
11 9
 use GraphQL\GraphQL;
12
-use GraphQL\Type\Definition\ResolveInfo;
13 10
 
14 11
 class QueryProcessor {
15 12
 
Please login to merge, or discard this patch.
src/Plugin/GraphQL/Scalars/GraphQLString.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\Scalars;
4 4
 
5
-use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface;
6
-use GraphQL\Type\Definition\Type;
7
-
8 5
 /**
9 6
  * Scalar string type.
10 7
  *
Please login to merge, or discard this patch.