Completed
Push — 8.x-3.x ( d5d047...68edb3 )
by Sebastian
02:26
created
graphql_mutation/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.
graphql_mutation/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.
graphql_mutation/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.
graphql_mutation/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.