Completed
Pull Request — 8.x-3.x (#484)
by Sebastian
05:00
created
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityChanged.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Drupal\Core\Entity\EntityChangedInterface;
6 6
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
7
-use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface;
8 7
 use Youshido\GraphQL\Execution\ResolveInfo;
9 8
 use DateTime;
10 9
 
Please login to merge, or discard this patch.
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityCreated.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_core\Plugin\GraphQL\Fields\Entity;
4 4
 
5
-use Drupal\Core\Render\Element\Date;
6 5
 use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase;
7
-use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface;
8 6
 use Youshido\GraphQL\Execution\ResolveInfo;
9 7
 use DateTime;
10 8
 
Please login to merge, or discard this patch.