Completed
Pull Request — 8.x-3.x (#715)
by Sebastian
02:04
created
src/GraphQL/ResolverRegistry.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/Entity/EntityLoadByUuid.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.