@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Entity; |
| 4 | 4 | |
| 5 | 5 | use Drupal\Core\Entity\EntityInterface; |
| 6 | -use Drupal\graphql\GraphQL\Execution\ResolveContext; |
|
| 7 | 6 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
| 8 | -use GraphQL\Type\Definition\ResolveInfo; |
|
| 9 | 7 | |
| 10 | 8 | /** |
| 11 | 9 | * @DataProducer( |
@@ -2,12 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Entity; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\Core\Entity\EntityRepositoryInterface; |
| 7 | 6 | use Drupal\Core\Entity\EntityTypeManager; |
| 8 | 7 | use Drupal\Core\Entity\TranslatableInterface; |
| 9 | 8 | use Drupal\Core\Plugin\ContainerFactoryPluginInterface; |
| 10 | -use Drupal\graphql\GraphQL\Buffers\EntityBuffer; |
|
| 11 | 9 | use Drupal\graphql\GraphQL\Buffers\EntityUuidBuffer; |
| 12 | 10 | use Drupal\graphql\GraphQL\Execution\FieldContext; |
| 13 | 11 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Field; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\Core\Entity\EntityInterface; |
| 7 | 6 | use Drupal\Core\Entity\EntityRepositoryInterface; |
| 8 | 7 | use Drupal\Core\Entity\EntityTypeManager; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Routing; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\Core\DependencyInjection\DependencySerializationTrait; |
| 7 | 6 | use Drupal\Core\Entity\EntityTypeManagerInterface; |
| 8 | 7 | use Drupal\Core\Entity\TranslatableInterface; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Cache\RefinableCacheableDependencyInterface; |
|
| 6 | 5 | use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; |
| 7 | 6 | |
| 8 | 7 | /** |