@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Drupal\Component\Render\MarkupInterface; |
6 | 6 | use Drupal\Core\Entity\ContentEntityInterface; |
7 | -use Drupal\Core\Entity\Entity; |
|
8 | -use Drupal\Core\Entity\EntityInterface; |
|
9 | 7 | use Drupal\Core\Field\FieldItemInterface; |
10 | 8 | use Drupal\graphql\GraphQL\Execution\ResolveContext; |
11 | 9 | use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase; |
@@ -11,11 +11,9 @@ |
||
11 | 11 | use Drupal\Core\Plugin\ContainerFactoryPluginInterface; |
12 | 12 | use Drupal\Core\TypedData\TranslatableInterface; |
13 | 13 | use Drupal\Core\Url; |
14 | -use Drupal\graphql\GraphQL\Buffers\SubRequestBuffer; |
|
15 | 14 | use Drupal\graphql\GraphQL\Cache\CacheableValue; |
16 | 15 | use Drupal\graphql\GraphQL\Execution\ResolveContext; |
17 | 16 | use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase; |
18 | -use Symfony\Component\CssSelector\Parser\Tokenizer\TokenizerEscaping; |
|
19 | 17 | use Symfony\Component\DependencyInjection\ContainerInterface; |
20 | 18 | use GraphQL\Type\Definition\ResolveInfo; |
21 | 19 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Drupal\graphql\Plugin\GraphQL\Traits\DeprecatablePluginTrait; |
16 | 16 | use Drupal\graphql\Plugin\GraphQL\Traits\DescribablePluginTrait; |
17 | 17 | use Drupal\graphql\Plugin\GraphQL\Traits\TypedPluginTrait; |
18 | -use Drupal\graphql\Plugin\LanguageNegotiation\LanguageNegotiationGraphQL; |
|
19 | 18 | use Drupal\graphql\Plugin\SchemaBuilderInterface; |
20 | 19 | use GraphQL\Deferred; |
21 | 20 | use GraphQL\Type\Definition\ListOfType; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Drupal\graphql_core\Plugin\GraphQL\Fields\Menu; |
4 | 4 | |
5 | 5 | use Drupal\Core\DependencyInjection\DependencySerializationTrait; |
6 | -use Drupal\Core\Entity\EntityType; |
|
7 | 6 | use Drupal\Core\Entity\EntityTypeManagerInterface; |
8 | 7 | use Drupal\Core\Plugin\ContainerFactoryPluginInterface; |
9 | 8 | use Drupal\graphql\GraphQL\Execution\ResolveContext; |