Completed
Pull Request — 8.x-3.x (#478)
by Sebastian
03:21
created
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityField.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Drupal\graphql_core\Plugin\GraphQL\Fields\Entity;
4 4
 
5 5
 use Drupal\Core\Entity\FieldableEntityInterface;
6
-use Drupal\Core\Field\Plugin\DataType\FieldItem;
7 6
 use Drupal\graphql\GraphQL\Cache\CacheableValue;
8
-use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
9 7
 use Drupal\graphql\Utility\StringHelper;
10 8
 use Drupal\graphql_core\Plugin\GraphQL\Fields\EntityFieldBase;
11 9
 use Youshido\GraphQL\Execution\ResolveInfo;
Please login to merge, or discard this patch.