Completed
Pull Request — 8.x-1.x (#20)
by
unknown
01:31
created
src/Plugin/Deriver/Fields/ViewDeriver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Drupal\graphql_views\Plugin\Deriver\Fields;
4 4
 
5 5
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
6
-use Drupal\graphql\Utility\StringHelper;
7 6
 use Drupal\graphql_views\Plugin\Deriver\ViewDeriverBase;
8
-use Drupal\views\Plugin\views\display\DisplayPluginInterface;
9 7
 use Drupal\views\Views;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.