@@ -2,13 +2,10 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\GraphQL\Execution; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\CacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\Core\Cache\CacheableMetadata; |
| 7 | 6 | use Drupal\Core\Cache\CacheBackendInterface; |
| 8 | 7 | use Drupal\Core\Cache\Context\CacheContextsManager; |
| 9 | -use Drupal\Core\Session\AccountProxyInterface; |
|
| 10 | 8 | use Drupal\graphql\Plugin\SchemaPluginManager; |
| 11 | -use Drupal\graphql\GraphQL\QueryProvider\QueryProviderInterface; |
|
| 12 | 9 | use Drupal\graphql\GraphQL\Cache\CacheableRequestError; |
| 13 | 10 | use GraphQL\Error\Error; |
| 14 | 11 | use GraphQL\Error\FormattedError; |
@@ -26,7 +23,6 @@ discard block |
||
| 26 | 23 | use GraphQL\Utils\AST; |
| 27 | 24 | use GraphQL\Utils\TypeInfo; |
| 28 | 25 | use GraphQL\Utils\Utils; |
| 29 | -use GraphQL\Validator\DocumentValidator; |
|
| 30 | 26 | use GraphQL\Validator\Rules\AbstractValidationRule; |
| 31 | 27 | use GraphQL\Validator\ValidationContext; |
| 32 | 28 | |