diff --git a/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php b/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php index 768a543..b9602b6 100644 --- a/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php +++ b/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php @@ -9,7 +9,6 @@ use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; use Drupal\graphql\Utility\StringHelper; -use Drupal\graphql_content_mutation\ContentEntityMutationSchemaConfig; use Symfony\Component\DependencyInjection\ContainerInterface; class EntityInputDeriver extends DeriverBase implements ContainerDeriverInterface {