@@ -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 | |
@@ -6,7 +6,6 @@ discard block |
||
| 6 | 6 | use Drupal\Component\Render\MarkupInterface; |
| 7 | 7 | use Drupal\Core\Cache\CacheableDependencyInterface; |
| 8 | 8 | use Drupal\Core\Cache\CacheableMetadata; |
| 9 | -use Drupal\Core\Language\LanguageManagerInterface; |
|
| 10 | 9 | use Drupal\graphql\GraphQL\Execution\ResolveContext; |
| 11 | 10 | use Drupal\graphql\GraphQL\ValueWrapperInterface; |
| 12 | 11 | use Drupal\graphql\GraphQLLanguageContext; |
@@ -17,7 +16,6 @@ discard block |
||
| 17 | 16 | use Drupal\graphql\Plugin\GraphQL\Traits\DeprecatablePluginTrait; |
| 18 | 17 | use Drupal\graphql\Plugin\GraphQL\Traits\DescribablePluginTrait; |
| 19 | 18 | use Drupal\graphql\Plugin\GraphQL\Traits\TypedPluginTrait; |
| 20 | -use Drupal\graphql\Plugin\LanguageNegotiation\LanguageNegotiationGraphQL; |
|
| 21 | 19 | use Drupal\graphql\Plugin\SchemaBuilderInterface; |
| 22 | 20 | use GraphQL\Deferred; |
| 23 | 21 | use GraphQL\Type\Definition\ListOfType; |