@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Drupal\graphql\GraphQL; |
4 | 4 | |
5 | -use Drupal\Core\Entity\EntityInterface; |
|
6 | 5 | use Drupal\Core\Plugin\Context\Context; |
7 | -use Drupal\Core\TypedData\ComplexDataInterface; |
|
8 | 6 | use Drupal\graphql\GraphQL\Execution\ResolveContext; |
9 | 7 | use GraphQL\Error\InvariantViolation; |
10 | 8 | use GraphQL\Executor\Executor; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Drupal\Core\Entity\EntityTypeManager; |
8 | 8 | use Drupal\Core\Entity\TranslatableInterface; |
9 | 9 | use Drupal\Core\Plugin\ContainerFactoryPluginInterface; |
10 | -use Drupal\graphql\GraphQL\Buffers\EntityBuffer; |
|
11 | 10 | use Drupal\graphql\GraphQL\Buffers\EntityUuidBuffer; |
12 | 11 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
13 | 12 | use GraphQL\Deferred; |