@@ -3,9 +3,7 @@ |
||
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 | /** |