Completed
Pull Request — 8.x-3.x (#490)
by Sebastian
02:51
created
modules/graphql_core/src/Plugin/Deriver/Interfaces/EntityTypeDeriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
9 9
 use Drupal\Core\StringTranslation\StringTranslationTrait;
10 10
 use Drupal\graphql\Utility\StringHelper;
11
-use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Types/EntityBundleDeriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
10 10
 use Drupal\Core\StringTranslation\StringTranslationTrait;
11 11
 use Drupal\graphql\Utility\StringHelper;
12
-use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType;
13 12
 use Drupal\graphql_core\Plugin\GraphQL\Types\Entity\EntityBundle;
14 13
 use Symfony\Component\DependencyInjection\ContainerInterface;
15 14
 
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Fields/EntityFieldItemDeriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql_core\Plugin\Deriver\Fields;
4 4
 
5
-use Drupal\Core\Entity\TypedData\EntityDataDefinitionInterface;
6 5
 use Drupal\Core\Field\FieldStorageDefinitionInterface;
7 6
 use Drupal\Core\TypedData\DataDefinitionInterface;
8 7
 use Drupal\Core\TypedData\DataReferenceDefinitionInterface;
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityOwner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Drupal\graphql_core\Plugin\GraphQL\Fields\Entity;
4 4
 
5 5
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
6
-use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface;
7 6
 use Drupal\user\EntityOwnerInterface;
8 7
 use Youshido\GraphQL\Execution\ResolveInfo;
9 8
 
Please login to merge, or discard this patch.