Completed
Push — 8.x-3.x ( debf70...5946f2 )
by Philipp
02:38
created
modules/graphql_core/src/Plugin/Deriver/Mutations/UpdateEntityDeriver.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\Entity\EntityTypeManagerInterface;
9 9
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
10 10
 use Drupal\graphql\Utility\StringHelper;
11
-use Drupal\graphql_content_mutation\ContentEntityMutationSchemaConfig;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
13 12
 
14 13
 class UpdateEntityDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Types/ViewResultTypeDeriver.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\Types;
4 4
 
5
-use Drupal\graphql\Utility\StringHelper;
6 5
 use Drupal\graphql_core\Plugin\Deriver\ViewDeriverBase;
7 6
 use Drupal\views\Views;
8 7
 
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Fields/EntityFieldDeriver.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\Field\FieldConfigInterface;
6 5
 use Drupal\Core\Field\FieldStorageDefinitionInterface;
7 6
 use Drupal\field\FieldStorageConfigInterface;
8 7
 use Drupal\graphql\Utility\StringHelper;
Please login to merge, or discard this patch.
src/Plugin/Deriver/InputTypes/ViewContextualFilterInputDeriver.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\Deriver\InputTypes;
4 4
 
5 5
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
6
-use Drupal\graphql\Utility\StringHelper;
7 6
 use Drupal\graphql_core\Plugin\Deriver\ViewDeriverBase;
8 7
 use Drupal\views\Views;
9 8
 
Please login to merge, or discard this patch.
src/Plugin/GraphQL/InputTypes/InputTypePluginBase.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\Plugin\GraphQL\InputTypes;
4 4
 
5 5
 use Drupal\Component\Plugin\PluginInspectionInterface;
6
-use Drupal\Core\Cache\CacheableDependencyInterface;
7 6
 use Drupal\graphql\Plugin\GraphQL\SchemaBuilder;
8 7
 use Drupal\graphql\Plugin\GraphQL\Traits\CacheablePluginTrait;
9 8
 use Drupal\graphql\Plugin\GraphQL\Traits\NamedPluginTrait;
Please login to merge, or discard this patch.