@@ -3,7 +3,6 @@ |
||
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; |
@@ -9,7 +9,6 @@ |
||
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 { |
@@ -8,7 +8,6 @@ |
||
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 { |
@@ -8,7 +8,6 @@ |
||
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 { |
@@ -7,7 +7,6 @@ |
||
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 { |
@@ -8,7 +8,6 @@ |
||
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 { |