@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; |
| 10 | 10 | use Drupal\Core\StringTranslation\StringTranslationTrait; |
| 11 | 11 | use Drupal\graphql\Utility\StringHelper; |
| 12 | -use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType; |
|
| 13 | 12 | use Drupal\graphql_core\Plugin\GraphQL\Types\Entity\EntityBundle; |
| 14 | 13 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 15 | 14 | |