Completed
Pull Request — 8.x-3.x (#550)
by Philipp
06:52
created
modules/graphql_core/src/Plugin/GraphQL/Fields/EntityFieldBase.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Drupal\Component\Render\MarkupInterface;
6 6
 use Drupal\Core\Entity\ContentEntityInterface;
7
-use Drupal\Core\Entity\Entity;
8
-use Drupal\Core\Entity\EntityInterface;
9 7
 use Drupal\Core\Field\FieldItemInterface;
10 8
 use Drupal\graphql\GraphQL\Execution\ResolveContext;
11 9
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/Fields/LanguageSwitch/LanguageSwitchLinks.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
8 8
 use Drupal\Core\Url;
9 9
 use Drupal\graphql\GraphQL\Buffers\SubRequestBuffer;
10
-use Drupal\graphql\GraphQL\Cache\CacheableValue;
11 10
 use Drupal\graphql\GraphQL\Execution\ResolveContext;
12 11
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
13 12
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/RouteEntity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Drupal\graphql\GraphQL\Cache\CacheableValue;
16 16
 use Drupal\graphql\GraphQL\Execution\ResolveContext;
17 17
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
18
-use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerEscaping;
19 18
 use Symfony\Component\DependencyInjection\ContainerInterface;
20 19
 use GraphQL\Type\Definition\ResolveInfo;
21 20
 
Please login to merge, or discard this patch.