Completed
Pull Request — 8.x-3.x (#477)
by Sebastian
02:50
created
graphql_core/src/Plugin/Deriver/Fields/ConfigEntityPropertyDeriver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,8 @@
 block discarded – undo
9 9
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
10 10
 use Drupal\Core\TypedData\ComplexDataDefinitionInterface;
11 11
 use Drupal\Core\TypedData\ListDataDefinitionInterface;
12
-use Drupal\Core\TypedData\Plugin\DataType\StringData;
13 12
 use Drupal\Core\TypedData\PrimitiveInterface;
14 13
 use Drupal\graphql\Utility\StringHelper;
15
-use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType;
16 14
 use Symfony\Component\DependencyInjection\ContainerInterface;
17 15
 
18 16
 class ConfigEntityPropertyDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.