Completed
Pull Request — 8.x-3.x (#399)
by Philipp
02:23
created
modules/graphql_core/src/Plugin/Deriver/Fields/EntityByIdDeriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Drupal\Core\Entity\EntityTypeManagerInterface;
8 8
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
9 9
 use Drupal\graphql\Utility\StringHelper;
10
-use Drupal\graphql_content\ContentEntitySchemaConfig;
11 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Fields/ViewResultCountDeriver.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\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/InputTypes/EntityInputDeriver.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\Entity\EntityTypeManagerInterface;
10 10
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
11 11
 use Drupal\graphql\Utility\StringHelper;
12
-use Drupal\graphql_content_mutation\ContentEntityMutationSchemaConfig;
13 12
 use Symfony\Component\DependencyInjection\ContainerInterface;
14 13
 
15 14
 class EntityInputDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.
graphql_core/src/Plugin/Deriver/InputTypes/EntityInputFieldDeriver.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 EntityInputFieldDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Mutations/CreateEntityDeriver.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 CreateEntityDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/Deriver/Mutations/DeleteEntityDeriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Drupal\Core\Entity\EntityTypeManagerInterface;
8 8
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
9 9
 use Drupal\graphql\Utility\StringHelper;
10
-use Drupal\graphql_content_mutation\ContentEntityMutationSchemaConfig;
11 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
12 11
 
13 12
 class DeleteEntityDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.
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.