Completed
Pull Request — 8.x-3.x (#996)
by
unknown
01:34
created
modules/graphql_core/src/Plugin/GraphQL/Fields/EntityFieldBase.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Drupal\Component\Render\MarkupInterface;
6 6
 use Drupal\Core\Cache\CacheableDependencyInterface;
7
-use Drupal\Core\Cache\CacheableMetadata;
8 7
 use Drupal\Core\Entity\ContentEntityInterface;
9
-use Drupal\Core\Entity\Entity;
10
-use Drupal\Core\Entity\EntityInterface;
11 8
 use Drupal\Core\Field\FieldItemInterface;
12 9
 use Drupal\graphql\GraphQL\Execution\ResolveContext;
13 10
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
Please login to merge, or discard this patch.